@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExperimentTargetAccountConfigurationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of a target account configuration.
Constructor and Description |
---|
ExperimentTargetAccountConfigurationSummary() |
Modifier and Type | Method and Description |
---|---|
ExperimentTargetAccountConfigurationSummary |
clone() |
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 |
getRoleArn()
The Amazon Resource Name (ARN) of an IAM role for the target account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 |
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.
|
ExperimentTargetAccountConfigurationSummary |
withAccountId(String accountId)
The Amazon Web Services account ID of the target account.
|
ExperimentTargetAccountConfigurationSummary |
withDescription(String description)
The description of the target account.
|
ExperimentTargetAccountConfigurationSummary |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role for the target account.
|
public ExperimentTargetAccountConfigurationSummary()
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 ExperimentTargetAccountConfigurationSummary 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 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 ExperimentTargetAccountConfigurationSummary 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 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 ExperimentTargetAccountConfigurationSummary 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 ExperimentTargetAccountConfigurationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.