@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnvironmentBlueprintConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetEnvironmentBlueprintConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentBlueprintConfigurationRequest |
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 where this blueprint exists.
|
String |
getEnvironmentBlueprintIdentifier()
He ID of the blueprint.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where this blueprint exists.
|
void |
setEnvironmentBlueprintIdentifier(String environmentBlueprintIdentifier)
He ID of the blueprint.
|
String |
toString()
Returns a string representation of this object.
|
GetEnvironmentBlueprintConfigurationRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where this blueprint exists.
|
GetEnvironmentBlueprintConfigurationRequest |
withEnvironmentBlueprintIdentifier(String environmentBlueprintIdentifier)
He ID of the 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 GetEnvironmentBlueprintConfigurationRequest()
public void setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where this blueprint exists.
domainIdentifier - The ID of the Amazon DataZone domain where this blueprint exists.public String getDomainIdentifier()
The ID of the Amazon DataZone domain where this blueprint exists.
public GetEnvironmentBlueprintConfigurationRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where this blueprint exists.
domainIdentifier - The ID of the Amazon DataZone domain where this blueprint exists.public void setEnvironmentBlueprintIdentifier(String environmentBlueprintIdentifier)
He ID of the blueprint.
environmentBlueprintIdentifier - He ID of the blueprint.public String getEnvironmentBlueprintIdentifier()
He ID of the blueprint.
public GetEnvironmentBlueprintConfigurationRequest withEnvironmentBlueprintIdentifier(String environmentBlueprintIdentifier)
He ID of the blueprint.
environmentBlueprintIdentifier - He ID of the blueprint.public String toString()
toString in class ObjectObject.toString()public GetEnvironmentBlueprintConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()