@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public ListEnvironmentProvisionedResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()