@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeAssetRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssetId()
The ID of the asset.
|
Boolean |
getExcludeProperties()
Whether or not to exclude asset properties from the response.
|
int |
hashCode() |
Boolean |
isExcludeProperties()
Whether or not to exclude asset properties from the response.
|
void |
setAssetId(String assetId)
The ID of the asset.
|
void |
setExcludeProperties(Boolean excludeProperties)
Whether or not to exclude asset properties from the response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAssetRequest |
withAssetId(String assetId)
The ID of the asset.
|
DescribeAssetRequest |
withExcludeProperties(Boolean excludeProperties)
Whether or not to exclude asset properties from the response.
|
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 setAssetId(String assetId)
The ID of the asset.
assetId - The ID of the asset.public String getAssetId()
The ID of the asset.
public DescribeAssetRequest withAssetId(String assetId)
The ID of the asset.
assetId - The ID of the asset.public void setExcludeProperties(Boolean excludeProperties)
Whether or not to exclude asset properties from the response.
excludeProperties - Whether or not to exclude asset properties from the response.public Boolean getExcludeProperties()
Whether or not to exclude asset properties from the response.
public DescribeAssetRequest withExcludeProperties(Boolean excludeProperties)
Whether or not to exclude asset properties from the response.
excludeProperties - Whether or not to exclude asset properties from the response.public Boolean isExcludeProperties()
Whether or not to exclude asset properties from the response.
public String toString()
toString in class ObjectObject.toString()public DescribeAssetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.