@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnvironmentCredentialsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEnvironmentCredentialsRequest() |
Modifier and Type | Method and Description |
---|---|
GetEnvironmentCredentialsRequest |
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 this environment and its credentials exist.
|
String |
getEnvironmentIdentifier()
The ID of the environment whose credentials this operation gets.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this environment and its credentials exist.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment whose credentials this operation gets.
|
String |
toString()
Returns a string representation of this object.
|
GetEnvironmentCredentialsRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this environment and its credentials exist.
|
GetEnvironmentCredentialsRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment whose credentials this operation gets.
|
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 this environment and its credentials exist.
domainIdentifier
- The ID of the Amazon DataZone domain in which this environment and its credentials exist.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which this environment and its credentials exist.
public GetEnvironmentCredentialsRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this environment and its credentials exist.
domainIdentifier
- The ID of the Amazon DataZone domain in which this environment and its credentials exist.public void setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment whose credentials this operation gets.
environmentIdentifier
- The ID of the environment whose credentials this operation gets.public String getEnvironmentIdentifier()
The ID of the environment whose credentials this operation gets.
public GetEnvironmentCredentialsRequest withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment whose credentials this operation gets.
environmentIdentifier
- The ID of the environment whose credentials this operation gets.public String toString()
toString
in class Object
Object.toString()
public GetEnvironmentCredentialsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()