@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEnvironmentRequest() |
Modifier and Type | Method and Description |
---|---|
GetEnvironmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application that includes the environment you want to get.
|
String |
getEnvironmentId()
The ID of the environment you wnat to get.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The ID of the application that includes the environment you want to get.
|
void |
setEnvironmentId(String environmentId)
The ID of the environment you wnat to get.
|
String |
toString()
Returns a string representation of this object.
|
GetEnvironmentRequest |
withApplicationId(String applicationId)
The ID of the application that includes the environment you want to get.
|
GetEnvironmentRequest |
withEnvironmentId(String environmentId)
The ID of the environment you wnat to get.
|
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 setApplicationId(String applicationId)
The ID of the application that includes the environment you want to get.
applicationId
- The ID of the application that includes the environment you want to get.public String getApplicationId()
The ID of the application that includes the environment you want to get.
public GetEnvironmentRequest withApplicationId(String applicationId)
The ID of the application that includes the environment you want to get.
applicationId
- The ID of the application that includes the environment you want to get.public void setEnvironmentId(String environmentId)
The ID of the environment you wnat to get.
environmentId
- The ID of the environment you wnat to get.public String getEnvironmentId()
The ID of the environment you wnat to get.
public GetEnvironmentRequest withEnvironmentId(String environmentId)
The ID of the environment you wnat to get.
environmentId
- The ID of the environment you wnat to get.public String toString()
toString
in class Object
Object.toString()
public GetEnvironmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.