@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMetadataGenerationRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartMetadataGenerationRunRequest() |
Modifier and Type | Method and Description |
---|---|
StartMetadataGenerationRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier to ensure idempotency of the request.
|
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain where you want to start a metadata generation run.
|
String |
getOwningProjectIdentifier()
The ID of the project that owns the asset for which you want to start a metadata generation run.
|
MetadataGenerationRunTarget |
getTarget()
The asset for which you want to start a metadata generation run.
|
String |
getType()
The type of the metadata generation run.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request.
|
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where you want to start a metadata generation run.
|
void |
setOwningProjectIdentifier(String owningProjectIdentifier)
The ID of the project that owns the asset for which you want to start a metadata generation run.
|
void |
setTarget(MetadataGenerationRunTarget target)
The asset for which you want to start a metadata generation run.
|
void |
setType(String type)
The type of the metadata generation run.
|
String |
toString()
Returns a string representation of this object.
|
StartMetadataGenerationRunRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request.
|
StartMetadataGenerationRunRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where you want to start a metadata generation run.
|
StartMetadataGenerationRunRequest |
withOwningProjectIdentifier(String owningProjectIdentifier)
The ID of the project that owns the asset for which you want to start a metadata generation run.
|
StartMetadataGenerationRunRequest |
withTarget(MetadataGenerationRunTarget target)
The asset for which you want to start a metadata generation run.
|
StartMetadataGenerationRunRequest |
withType(MetadataGenerationRunType type)
The type of the metadata generation run.
|
StartMetadataGenerationRunRequest |
withType(String type)
The type 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 setClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
clientToken
- A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically
populated if not provided.public String getClientToken()
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
public StartMetadataGenerationRunRequest withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
clientToken
- A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically
populated if not provided.public void setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where you want to start a metadata generation run.
domainIdentifier
- The ID of the Amazon DataZone domain where you want to start a metadata generation run.public String getDomainIdentifier()
The ID of the Amazon DataZone domain where you want to start a metadata generation run.
public StartMetadataGenerationRunRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where you want to start a metadata generation run.
domainIdentifier
- The ID of the Amazon DataZone domain where you want to start a metadata generation run.public void setOwningProjectIdentifier(String owningProjectIdentifier)
The ID of the project that owns the asset for which you want to start a metadata generation run.
owningProjectIdentifier
- The ID of the project that owns the asset for which you want to start a metadata generation run.public String getOwningProjectIdentifier()
The ID of the project that owns the asset for which you want to start a metadata generation run.
public StartMetadataGenerationRunRequest withOwningProjectIdentifier(String owningProjectIdentifier)
The ID of the project that owns the asset for which you want to start a metadata generation run.
owningProjectIdentifier
- The ID of the project that owns the asset for which you want to start a metadata generation run.public void setTarget(MetadataGenerationRunTarget target)
The asset for which you want to start a metadata generation run.
target
- The asset for which you want to start a metadata generation run.public MetadataGenerationRunTarget getTarget()
The asset for which you want to start a metadata generation run.
public StartMetadataGenerationRunRequest withTarget(MetadataGenerationRunTarget target)
The asset for which you want to start a metadata generation run.
target
- The asset for which you want to start a metadata generation run.public void setType(String type)
The type of the metadata generation run.
type
- The type of the metadata generation run.MetadataGenerationRunType
public String getType()
The type of the metadata generation run.
MetadataGenerationRunType
public StartMetadataGenerationRunRequest withType(String type)
The type of the metadata generation run.
type
- The type of the metadata generation run.MetadataGenerationRunType
public StartMetadataGenerationRunRequest withType(MetadataGenerationRunType type)
The type of the metadata generation run.
type
- The type of the metadata generation run.MetadataGenerationRunType
public String toString()
toString
in class Object
Object.toString()
public StartMetadataGenerationRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()