@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLabelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetLabelsRequest() |
Modifier and Type | Method and Description |
---|---|
GetLabelsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of objects to return for the request.
|
String |
getName()
The name of the label or labels to get.
|
String |
getNextToken()
The next token for the subsequent request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
void |
setName(String name)
The name of the label or labels to get.
|
void |
setNextToken(String nextToken)
The next token for the subsequent request.
|
String |
toString()
Returns a string representation of this object.
|
GetLabelsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
GetLabelsRequest |
withName(String name)
The name of the label or labels to get.
|
GetLabelsRequest |
withNextToken(String nextToken)
The next token for the subsequent request.
|
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 setName(String name)
The name of the label or labels to get.
name
- The name of the label or labels to get.public String getName()
The name of the label or labels to get.
public GetLabelsRequest withName(String name)
The name of the label or labels to get.
name
- The name of the label or labels to get.public void setNextToken(String nextToken)
The next token for the subsequent request.
nextToken
- The next token for the subsequent request.public String getNextToken()
The next token for the subsequent request.
public GetLabelsRequest withNextToken(String nextToken)
The next token for the subsequent request.
nextToken
- The next token for the subsequent request.public void setMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults
- The maximum number of objects to return for the request.public Integer getMaxResults()
The maximum number of objects to return for the request.
public GetLabelsRequest withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults
- The maximum number of objects to return for the request.public String toString()
toString
in class Object
Object.toString()
public GetLabelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()