@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListGroupVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListGroupVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupId()
The unique Id of the AWS Greengrass Group
|
String |
getMaxResults()
Specifies the maximum number of list results to be returned in this page
|
String |
getNextToken()
Specifies the pagination token used when iterating through a paginated request
|
int |
hashCode() |
void |
setGroupId(String groupId)
The unique Id of the AWS Greengrass Group
|
void |
setMaxResults(String maxResults)
Specifies the maximum number of list results to be returned in this page
|
void |
setNextToken(String nextToken)
Specifies the pagination token used when iterating through a paginated request
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGroupVersionsRequest |
withGroupId(String groupId)
The unique Id of the AWS Greengrass Group
|
ListGroupVersionsRequest |
withMaxResults(String maxResults)
Specifies the maximum number of list results to be returned in this page
|
ListGroupVersionsRequest |
withNextToken(String nextToken)
Specifies the pagination token used when iterating through a paginated 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 setGroupId(String groupId)
groupId
- The unique Id of the AWS Greengrass Grouppublic String getGroupId()
public ListGroupVersionsRequest withGroupId(String groupId)
groupId
- The unique Id of the AWS Greengrass Grouppublic void setMaxResults(String maxResults)
maxResults
- Specifies the maximum number of list results to be returned in this pagepublic String getMaxResults()
public ListGroupVersionsRequest withMaxResults(String maxResults)
maxResults
- Specifies the maximum number of list results to be returned in this pagepublic void setNextToken(String nextToken)
nextToken
- Specifies the pagination token used when iterating through a paginated requestpublic String getNextToken()
public ListGroupVersionsRequest withNextToken(String nextToken)
nextToken
- Specifies the pagination token used when iterating through a paginated requestpublic String toString()
toString
in class Object
Object.toString()
public ListGroupVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.