@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExperimentTargetAccountConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListExperimentTargetAccountConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListExperimentTargetAccountConfigurationsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getExperimentId()
The ID of the experiment.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setExperimentId(String experimentId)
The ID of the experiment.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListExperimentTargetAccountConfigurationsRequest |
withExperimentId(String experimentId)
The ID of the experiment.
|
ListExperimentTargetAccountConfigurationsRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
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, withSdkRequestTimeoutpublic ListExperimentTargetAccountConfigurationsRequest()
public void setExperimentId(String experimentId)
The ID of the experiment.
experimentId - The ID of the experiment.public String getExperimentId()
The ID of the experiment.
public ListExperimentTargetAccountConfigurationsRequest withExperimentId(String experimentId)
The ID of the experiment.
experimentId - The ID of the experiment.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.public String getNextToken()
The token for the next page of results.
public ListExperimentTargetAccountConfigurationsRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.public String toString()
toString in class ObjectObject.toString()public ListExperimentTargetAccountConfigurationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.