@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMetadataGenerationRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetMetadataGenerationRunRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetMetadataGenerationRunRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
|
String |
getIdentifier()
The identifier of the metadata generation run.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
|
void |
setIdentifier(String identifier)
The identifier of the metadata generation run.
|
String |
toString()
Returns a string representation of this object.
|
GetMetadataGenerationRunRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
|
GetMetadataGenerationRunRequest |
withIdentifier(String identifier)
The identifier of the metadata generation run.
|
addHandlerContext, copyBaseTo, 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 ID of the Amazon DataZone domain the metadata generation run of which you want to get.
domainIdentifier - The ID of the Amazon DataZone domain the metadata generation run of which you want to get.public String getDomainIdentifier()
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
public GetMetadataGenerationRunRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
domainIdentifier - The ID of the Amazon DataZone domain the metadata generation run of which you want to get.public void setIdentifier(String identifier)
The identifier of the metadata generation run.
identifier - The identifier of the metadata generation run.public String getIdentifier()
The identifier of the metadata generation run.
public GetMetadataGenerationRunRequest withIdentifier(String identifier)
The identifier of the metadata generation run.
identifier - The identifier of the metadata generation run.public String toString()
toString in class ObjectObject.toString()public GetMetadataGenerationRunRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.