@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssetTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetAssetTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetAssetTypeRequest |
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 asset type exists.
|
String |
getIdentifier()
The ID of the asset type.
|
String |
getRevision()
The revision of the asset type.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the asset type exists.
|
void |
setIdentifier(String identifier)
The ID of the asset type.
|
void |
setRevision(String revision)
The revision of the asset type.
|
String |
toString()
Returns a string representation of this object.
|
GetAssetTypeRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the asset type exists.
|
GetAssetTypeRequest |
withIdentifier(String identifier)
The ID of the asset type.
|
GetAssetTypeRequest |
withRevision(String revision)
The revision of the asset type.
|
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 ID of the Amazon DataZone domain in which the asset type exists.
domainIdentifier - The ID of the Amazon DataZone domain in which the asset type exists.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which the asset type exists.
public GetAssetTypeRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the asset type exists.
domainIdentifier - The ID of the Amazon DataZone domain in which the asset type exists.public void setIdentifier(String identifier)
The ID of the asset type.
identifier - The ID of the asset type.public String getIdentifier()
The ID of the asset type.
public GetAssetTypeRequest withIdentifier(String identifier)
The ID of the asset type.
identifier - The ID of the asset type.public void setRevision(String revision)
The revision of the asset type.
revision - The revision of the asset type.public String getRevision()
The revision of the asset type.
public GetAssetTypeRequest withRevision(String revision)
The revision of the asset type.
revision - The revision of the asset type.public String toString()
toString in class ObjectObject.toString()public GetAssetTypeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()