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