@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentAccountConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateEnvironmentAccountConnectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentAccountConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the environment account connection to update.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection
to update.
|
int |
hashCode() |
void |
setId(String id)
The ID of the environment account connection to update.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection
to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEnvironmentAccountConnectionRequest |
withId(String id)
The ID of the environment account connection to update.
|
UpdateEnvironmentAccountConnectionRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection
to update.
|
addHandlerContext, 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, withSdkRequestTimeoutpublic UpdateEnvironmentAccountConnectionRequest()
public void setId(String id)
The ID of the environment account connection to update.
id - The ID of the environment account connection to update.public String getId()
The ID of the environment account connection to update.
public UpdateEnvironmentAccountConnectionRequest withId(String id)
The ID of the environment account connection to update.
id - The ID of the environment account connection to update.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.
roleArn - The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account
connection to update.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.
public UpdateEnvironmentAccountConnectionRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.
roleArn - The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account
connection to update.public String toString()
toString in class ObjectObject.toString()public UpdateEnvironmentAccountConnectionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()