@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListGroupResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListGroupResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupIdentifier()
Specifies the group to return information for.
|
Integer |
getMaxResults()
Specify this parameter to limit how many canary ARNs are returned each time you use the
ListGroupResources operation. |
String |
getNextToken()
A token that indicates that there is more data available.
|
int |
hashCode() |
void |
setGroupIdentifier(String groupIdentifier)
Specifies the group to return information for.
|
void |
setMaxResults(Integer maxResults)
Specify this parameter to limit how many canary ARNs are returned each time you use the
ListGroupResources operation. |
void |
setNextToken(String nextToken)
A token that indicates that there is more data available.
|
String |
toString()
Returns a string representation of this object.
|
ListGroupResourcesRequest |
withGroupIdentifier(String groupIdentifier)
Specifies the group to return information for.
|
ListGroupResourcesRequest |
withMaxResults(Integer maxResults)
Specify this parameter to limit how many canary ARNs are returned each time you use the
ListGroupResources operation. |
ListGroupResourcesRequest |
withNextToken(String nextToken)
A token that indicates that there is more data available.
|
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 setNextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.
nextToken
- A token that indicates that there is more data available. You can use this token in a subsequent operation
to retrieve the next set of results.public String getNextToken()
A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.
public ListGroupResourcesRequest withNextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.
nextToken
- A token that indicates that there is more data available. You can use this token in a subsequent operation
to retrieve the next set of results.public void setMaxResults(Integer maxResults)
Specify this parameter to limit how many canary ARNs are returned each time you use the
ListGroupResources
operation. If you omit this parameter, the default of 20 is used.
maxResults
- Specify this parameter to limit how many canary ARNs are returned each time you use the
ListGroupResources
operation. If you omit this parameter, the default of 20 is used.public Integer getMaxResults()
Specify this parameter to limit how many canary ARNs are returned each time you use the
ListGroupResources
operation. If you omit this parameter, the default of 20 is used.
ListGroupResources
operation. If you omit this parameter, the default of 20 is used.public ListGroupResourcesRequest withMaxResults(Integer maxResults)
Specify this parameter to limit how many canary ARNs are returned each time you use the
ListGroupResources
operation. If you omit this parameter, the default of 20 is used.
maxResults
- Specify this parameter to limit how many canary ARNs are returned each time you use the
ListGroupResources
operation. If you omit this parameter, the default of 20 is used.public void setGroupIdentifier(String groupIdentifier)
Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the
GroupIdentifier
.
groupIdentifier
- Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as
the GroupIdentifier
.public String getGroupIdentifier()
Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the
GroupIdentifier
.
GroupIdentifier
.public ListGroupResourcesRequest withGroupIdentifier(String groupIdentifier)
Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the
GroupIdentifier
.
groupIdentifier
- Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as
the GroupIdentifier
.public String toString()
toString
in class Object
Object.toString()
public ListGroupResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()