@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssetPropertyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeAssetPropertyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetPropertyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssetId()
The ID of the asset.
|
String |
getPropertyId()
The ID of the asset property.
|
int |
hashCode() |
void |
setAssetId(String assetId)
The ID of the asset.
|
void |
setPropertyId(String propertyId)
The ID of the asset property.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAssetPropertyRequest |
withAssetId(String assetId)
The ID of the asset.
|
DescribeAssetPropertyRequest |
withPropertyId(String propertyId)
The ID of the asset property.
|
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 DescribeAssetPropertyRequest withAssetId(String assetId)
The ID of the asset.
assetId - The ID of the asset.public void setPropertyId(String propertyId)
The ID of the asset property.
propertyId - The ID of the asset property.public String getPropertyId()
The ID of the asset property.
public DescribeAssetPropertyRequest withPropertyId(String propertyId)
The ID of the asset property.
propertyId - The ID of the asset property.public String toString()
toString in class ObjectObject.toString()public DescribeAssetPropertyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.