@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListComponentProvisionedResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListComponentProvisionedResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListComponentProvisionedResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComponentName()
The name of the component whose provisioned resources you want.
|
String |
getNextToken()
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after
the list of provisioned resources that was previously requested.
|
int |
hashCode() |
void |
setComponentName(String componentName)
The name of the component whose provisioned resources you want.
|
void |
setNextToken(String nextToken)
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after
the list of provisioned resources that was previously requested.
|
String |
toString()
Returns a string representation of this object.
|
ListComponentProvisionedResourcesRequest |
withComponentName(String componentName)
The name of the component whose provisioned resources you want.
|
ListComponentProvisionedResourcesRequest |
withNextToken(String nextToken)
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after
the list of provisioned resources that was previously requested.
|
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 ListComponentProvisionedResourcesRequest()
public void setComponentName(String componentName)
The name of the component whose provisioned resources you want.
componentName
- The name of the component whose provisioned resources you want.public String getComponentName()
The name of the component whose provisioned resources you want.
public ListComponentProvisionedResourcesRequest withComponentName(String componentName)
The name of the component whose provisioned resources you want.
componentName
- The name of the component whose provisioned resources you want.public void setNextToken(String nextToken)
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
nextToken
- A token that indicates the location of the next provisioned resource in the array of provisioned
resources, after the list of provisioned resources that was previously requested.public String getNextToken()
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
public ListComponentProvisionedResourcesRequest withNextToken(String nextToken)
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
nextToken
- A token that indicates the location of the next provisioned resource in the array of provisioned
resources, after the list of provisioned resources that was previously requested.public String toString()
toString
in class Object
Object.toString()
public ListComponentProvisionedResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()