@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnvironmentOutputsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEnvironmentOutputsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEnvironmentOutputsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeploymentId()
The ID of the deployment whose outputs you want.
|
String |
getEnvironmentName()
The environment name.
|
String |
getNextToken()
A token that indicates the location of the next environment output in the array of environment outputs, after the
list of environment outputs that was previously requested.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
|
void |
setEnvironmentName(String environmentName)
The environment name.
|
void |
setNextToken(String nextToken)
A token that indicates the location of the next environment output in the array of environment outputs, after the
list of environment outputs that was previously requested.
|
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentOutputsRequest |
withDeploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
|
ListEnvironmentOutputsRequest |
withEnvironmentName(String environmentName)
The environment name.
|
ListEnvironmentOutputsRequest |
withNextToken(String nextToken)
A token that indicates the location of the next environment output in the array of environment outputs, after the
list of environment outputs 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 void setDeploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
deploymentId
- The ID of the deployment whose outputs you want.public String getDeploymentId()
The ID of the deployment whose outputs you want.
public ListEnvironmentOutputsRequest withDeploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
deploymentId
- The ID of the deployment whose outputs you want.public void setEnvironmentName(String environmentName)
The environment name.
environmentName
- The environment name.public String getEnvironmentName()
The environment name.
public ListEnvironmentOutputsRequest 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 output in the array of environment outputs, after the list of environment outputs that was previously requested.
nextToken
- A token that indicates the location of the next environment output in the array of environment outputs,
after the list of environment outputs that was previously requested.public String getNextToken()
A token that indicates the location of the next environment output in the array of environment outputs, after the list of environment outputs that was previously requested.
public ListEnvironmentOutputsRequest withNextToken(String nextToken)
A token that indicates the location of the next environment output in the array of environment outputs, after the list of environment outputs that was previously requested.
nextToken
- A token that indicates the location of the next environment output in the array of environment outputs,
after the list of environment outputs that was previously requested.public String toString()
toString
in class Object
Object.toString()
public ListEnvironmentOutputsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()