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