@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLabelGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLabelGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListLabelGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLabelGroupNameBeginsWith()
The beginning of the name of the label groups to be listed.
|
Integer |
getMaxResults()
Specifies the maximum number of label groups to list.
|
String |
getNextToken()
An opaque pagination token indicating where to continue the listing of label groups.
|
int |
hashCode() |
void |
setLabelGroupNameBeginsWith(String labelGroupNameBeginsWith)
The beginning of the name of the label groups to be listed.
|
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of label groups to list.
|
void |
setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of label groups.
|
String |
toString()
Returns a string representation of this object.
|
ListLabelGroupsRequest |
withLabelGroupNameBeginsWith(String labelGroupNameBeginsWith)
The beginning of the name of the label groups to be listed.
|
ListLabelGroupsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of label groups to list.
|
ListLabelGroupsRequest |
withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of label groups.
|
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 setLabelGroupNameBeginsWith(String labelGroupNameBeginsWith)
The beginning of the name of the label groups to be listed.
labelGroupNameBeginsWith
- The beginning of the name of the label groups to be listed.public String getLabelGroupNameBeginsWith()
The beginning of the name of the label groups to be listed.
public ListLabelGroupsRequest withLabelGroupNameBeginsWith(String labelGroupNameBeginsWith)
The beginning of the name of the label groups to be listed.
labelGroupNameBeginsWith
- The beginning of the name of the label groups to be listed.public void setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of label groups.
nextToken
- An opaque pagination token indicating where to continue the listing of label groups.public String getNextToken()
An opaque pagination token indicating where to continue the listing of label groups.
public ListLabelGroupsRequest withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of label groups.
nextToken
- An opaque pagination token indicating where to continue the listing of label groups.public void setMaxResults(Integer maxResults)
Specifies the maximum number of label groups to list.
maxResults
- Specifies the maximum number of label groups to list.public Integer getMaxResults()
Specifies the maximum number of label groups to list.
public ListLabelGroupsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of label groups to list.
maxResults
- Specifies the maximum number of label groups to list.public String toString()
toString
in class Object
Object.toString()
public ListLabelGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()