@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTargetAccountConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateTargetAccountConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTargetAccountConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID of the target account.
|
String |
getDescription()
The description of the target account.
|
String |
getExperimentTemplateId()
The ID of the experiment template.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of an IAM role for the target account.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Web Services account ID of the target account.
|
void |
setDescription(String description)
The description of the target account.
|
void |
setExperimentTemplateId(String experimentTemplateId)
The ID of the experiment template.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role for the target account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTargetAccountConfigurationRequest |
withAccountId(String accountId)
The Amazon Web Services account ID of the target account.
|
UpdateTargetAccountConfigurationRequest |
withDescription(String description)
The description of the target account.
|
UpdateTargetAccountConfigurationRequest |
withExperimentTemplateId(String experimentTemplateId)
The ID of the experiment template.
|
UpdateTargetAccountConfigurationRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role for the target account.
|
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, withSdkRequestTimeout
public UpdateTargetAccountConfigurationRequest()
public void setExperimentTemplateId(String experimentTemplateId)
The ID of the experiment template.
experimentTemplateId
- The ID of the experiment template.public String getExperimentTemplateId()
The ID of the experiment template.
public UpdateTargetAccountConfigurationRequest withExperimentTemplateId(String experimentTemplateId)
The ID of the experiment template.
experimentTemplateId
- The ID of the experiment template.public void setAccountId(String accountId)
The Amazon Web Services account ID of the target account.
accountId
- The Amazon Web Services account ID of the target account.public String getAccountId()
The Amazon Web Services account ID of the target account.
public UpdateTargetAccountConfigurationRequest withAccountId(String accountId)
The Amazon Web Services account ID of the target account.
accountId
- The Amazon Web Services account ID of the target account.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role for the target account.
roleArn
- The Amazon Resource Name (ARN) of an IAM role for the target account.public String getRoleArn()
The Amazon Resource Name (ARN) of an IAM role for the target account.
public UpdateTargetAccountConfigurationRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role for the target account.
roleArn
- The Amazon Resource Name (ARN) of an IAM role for the target account.public void setDescription(String description)
The description of the target account.
description
- The description of the target account.public String getDescription()
The description of the target account.
public UpdateTargetAccountConfigurationRequest withDescription(String description)
The description of the target account.
description
- The description of the target account.public String toString()
toString
in class Object
Object.toString()
public UpdateTargetAccountConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()