@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnvironmentProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEnvironmentProfileRequest() |
Modifier and Type | Method and Description |
---|---|
GetEnvironmentProfileRequest |
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 profile exists.
|
String |
getIdentifier()
The ID of the environment profile.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this environment profile exists.
|
void |
setIdentifier(String identifier)
The ID of the environment profile.
|
String |
toString()
Returns a string representation of this object.
|
GetEnvironmentProfileRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this environment profile exists.
|
GetEnvironmentProfileRequest |
withIdentifier(String identifier)
The ID of the environment profile.
|
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 profile exists.
domainIdentifier
- The ID of the Amazon DataZone domain in which this environment profile exists.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which this environment profile exists.
public GetEnvironmentProfileRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this environment profile exists.
domainIdentifier
- The ID of the Amazon DataZone domain in which this environment profile exists.public void setIdentifier(String identifier)
The ID of the environment profile.
identifier
- The ID of the environment profile.public String getIdentifier()
The ID of the environment profile.
public GetEnvironmentProfileRequest withIdentifier(String identifier)
The ID of the environment profile.
identifier
- The ID of the environment profile.public String toString()
toString
in class Object
Object.toString()
public GetEnvironmentProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()