@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnvironmentProvisionedResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEnvironmentProvisionedResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentProvisionedResourcesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEnvironmentName()
The environment name.
|
String |
getNextToken()
A token that indicates the location of the next environment provisioned resource in the array of environment
provisioned resources, after the list of environment provisioned resources that was previously requested.
|
int |
hashCode() |
void |
setEnvironmentName(String environmentName)
The environment name.
|
void |
setNextToken(String nextToken)
A token that indicates the location of the next environment provisioned resource in the array of environment
provisioned resources, after the list of environment provisioned resources that was previously requested.
|
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentProvisionedResourcesRequest |
withEnvironmentName(String environmentName)
The environment name.
|
ListEnvironmentProvisionedResourcesRequest |
withNextToken(String nextToken)
A token that indicates the location of the next environment provisioned resource in the array of environment
provisioned resources, after the list of environment provisioned resources that was previously requested.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic ListEnvironmentProvisionedResourcesRequest()
public void setEnvironmentName(String environmentName)
The environment name.
environmentName - The environment name.public String getEnvironmentName()
The environment name.
public ListEnvironmentProvisionedResourcesRequest withEnvironmentName(String environmentName)
The environment name.
environmentName - The environment name.public void setNextToken(String nextToken)
A token that indicates the location of the next environment provisioned resource in the array of environment provisioned resources, after the list of environment provisioned resources that was previously requested.
nextToken - A token that indicates the location of the next environment provisioned resource in the array of
environment provisioned resources, after the list of environment provisioned resources that was previously
requested.public String getNextToken()
A token that indicates the location of the next environment provisioned resource in the array of environment provisioned resources, after the list of environment provisioned resources that was previously requested.
public ListEnvironmentProvisionedResourcesRequest withNextToken(String nextToken)
A token that indicates the location of the next environment provisioned resource in the array of environment provisioned resources, after the list of environment provisioned resources that was previously requested.
nextToken - A token that indicates the location of the next environment provisioned resource in the array of
environment provisioned resources, after the list of environment provisioned resources that was previously
requested.public String toString()
toString in class ObjectObject.toString()public ListEnvironmentProvisionedResourcesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.