@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOperationsForResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetOperationsForResourceRequest() |
Modifier and Type | Method and Description |
---|---|
GetOperationsForResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPageToken()
A token used for advancing to the next page of results from your get operations for resource request.
|
String |
getResourceName()
The name of the resource for which you are requesting information.
|
int |
hashCode() |
void |
setPageToken(String pageToken)
A token used for advancing to the next page of results from your get operations for resource request.
|
void |
setResourceName(String resourceName)
The name of the resource for which you are requesting information.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetOperationsForResourceRequest |
withPageToken(String pageToken)
A token used for advancing to the next page of results from your get operations for resource request.
|
GetOperationsForResourceRequest |
withResourceName(String resourceName)
The name of the resource for which you are requesting information.
|
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 setResourceName(String resourceName)
The name of the resource for which you are requesting information.
resourceName
- The name of the resource for which you are requesting information.public String getResourceName()
The name of the resource for which you are requesting information.
public GetOperationsForResourceRequest withResourceName(String resourceName)
The name of the resource for which you are requesting information.
resourceName
- The name of the resource for which you are requesting information.public void setPageToken(String pageToken)
A token used for advancing to the next page of results from your get operations for resource request.
pageToken
- A token used for advancing to the next page of results from your get operations for resource request.public String getPageToken()
A token used for advancing to the next page of results from your get operations for resource request.
public GetOperationsForResourceRequest withPageToken(String pageToken)
A token used for advancing to the next page of results from your get operations for resource request.
pageToken
- A token used for advancing to the next page of results from your get operations for resource request.public String toString()
toString
in class Object
Object.toString()
public GetOperationsForResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.