@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public ListExperimentTargetAccountConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()