@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSegmentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSegmentsRequest() |
Modifier and Type | Method and Description |
---|---|
GetSegmentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId() |
String |
getPageSize()
The number of entries you want on each page in the response.
|
String |
getToken()
The NextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
int |
hashCode() |
void |
setApplicationId(String applicationId) |
void |
setPageSize(String pageSize)
The number of entries you want on each page in the response.
|
void |
setToken(String token)
The NextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSegmentsRequest |
withApplicationId(String applicationId) |
GetSegmentsRequest |
withPageSize(String pageSize)
The number of entries you want on each page in the response.
|
GetSegmentsRequest |
withToken(String token)
The NextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
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 void setApplicationId(String applicationId)
applicationId
- public String getApplicationId()
public GetSegmentsRequest withApplicationId(String applicationId)
applicationId
- public void setPageSize(String pageSize)
pageSize
- The number of entries you want on each page in the response.public String getPageSize()
public GetSegmentsRequest withPageSize(String pageSize)
pageSize
- The number of entries you want on each page in the response.public void setToken(String token)
token
- The NextToken string returned on a previous page that you use to get the next page of results in a
paginated response.public String getToken()
public GetSegmentsRequest withToken(String token)
token
- The NextToken string returned on a previous page that you use to get the next page of results in a
paginated response.public String toString()
toString
in class Object
Object.toString()
public GetSegmentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.