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