@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExperimentTargetAccountConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListExperimentTargetAccountConfigurationsResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListExperimentTargetAccountConfigurationsResult()
public List<ExperimentTargetAccountConfigurationSummary> getTargetAccountConfigurations()
The target account configurations.
public void setTargetAccountConfigurations(Collection<ExperimentTargetAccountConfigurationSummary> targetAccountConfigurations)
The target account configurations.
targetAccountConfigurations
- The target account configurations.public ListExperimentTargetAccountConfigurationsResult withTargetAccountConfigurations(ExperimentTargetAccountConfigurationSummary... targetAccountConfigurations)
The target account configurations.
NOTE: This method appends the values to the existing list (if any). Use
setTargetAccountConfigurations(java.util.Collection)
or
withTargetAccountConfigurations(java.util.Collection)
if you want to override the existing values.
targetAccountConfigurations
- The target account configurations.public ListExperimentTargetAccountConfigurationsResult withTargetAccountConfigurations(Collection<ExperimentTargetAccountConfigurationSummary> targetAccountConfigurations)
The target account configurations.
targetAccountConfigurations
- The target account configurations.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results
to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
public ListExperimentTargetAccountConfigurationsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results
to return.public String toString()
toString
in class Object
Object.toString()
public ListExperimentTargetAccountConfigurationsResult clone()