@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateManagedInstanceRoleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateManagedInstanceRoleRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateManagedInstanceRoleRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIamRole()
The IAM role you want to assign or change.
|
String |
getInstanceId()
The ID of the managed node where you want to update the role.
|
int |
hashCode() |
void |
setIamRole(String iamRole)
The IAM role you want to assign or change.
|
void |
setInstanceId(String instanceId)
The ID of the managed node where you want to update the role.
|
String |
toString()
Returns a string representation of this object.
|
UpdateManagedInstanceRoleRequest |
withIamRole(String iamRole)
The IAM role you want to assign or change.
|
UpdateManagedInstanceRoleRequest |
withInstanceId(String instanceId)
The ID of the managed node where you want to update the role.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setInstanceId(String instanceId)
The ID of the managed node where you want to update the role.
instanceId
- The ID of the managed node where you want to update the role.public String getInstanceId()
The ID of the managed node where you want to update the role.
public UpdateManagedInstanceRoleRequest withInstanceId(String instanceId)
The ID of the managed node where you want to update the role.
instanceId
- The ID of the managed node where you want to update the role.public void setIamRole(String iamRole)
The IAM role you want to assign or change.
iamRole
- The IAM role you want to assign or change.public String getIamRole()
The IAM role you want to assign or change.
public UpdateManagedInstanceRoleRequest withIamRole(String iamRole)
The IAM role you want to assign or change.
iamRole
- The IAM role you want to assign or change.public String toString()
toString
in class Object
Object.toString()
public UpdateManagedInstanceRoleRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.