@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnvironmentActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEnvironmentActionRequest() |
Modifier and Type | Method and Description |
---|---|
GetEnvironmentActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain in which the
GetEnvironmentAction API is invoked. |
String |
getEnvironmentIdentifier()
The environment ID of the environment action.
|
String |
getIdentifier()
The ID of the environment action
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the
GetEnvironmentAction API is invoked. |
void |
setEnvironmentIdentifier(String environmentIdentifier)
The environment ID of the environment action.
|
void |
setIdentifier(String identifier)
The ID of the environment action
|
String |
toString()
Returns a string representation of this object.
|
GetEnvironmentActionRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the
GetEnvironmentAction API is invoked. |
GetEnvironmentActionRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The environment ID of the environment action.
|
GetEnvironmentActionRequest |
withIdentifier(String identifier)
The ID of the environment action
|
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 setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the GetEnvironmentAction
API is invoked.
domainIdentifier
- The ID of the Amazon DataZone domain in which the GetEnvironmentAction
API is invoked.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which the GetEnvironmentAction
API is invoked.
GetEnvironmentAction
API is invoked.public GetEnvironmentActionRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the GetEnvironmentAction
API is invoked.
domainIdentifier
- The ID of the Amazon DataZone domain in which the GetEnvironmentAction
API is invoked.public void setEnvironmentIdentifier(String environmentIdentifier)
The environment ID of the environment action.
environmentIdentifier
- The environment ID of the environment action.public String getEnvironmentIdentifier()
The environment ID of the environment action.
public GetEnvironmentActionRequest withEnvironmentIdentifier(String environmentIdentifier)
The environment ID of the environment action.
environmentIdentifier
- The environment ID of the environment action.public void setIdentifier(String identifier)
The ID of the environment action
identifier
- The ID of the environment actionpublic String getIdentifier()
The ID of the environment action
public GetEnvironmentActionRequest withIdentifier(String identifier)
The ID of the environment action
identifier
- The ID of the environment actionpublic String toString()
toString
in class Object
Object.toString()
public GetEnvironmentActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()