@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetTargetNameMap extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AssetTargetNameMap() |
| Modifier and Type | Method and Description |
|---|---|
AssetTargetNameMap |
clone() |
boolean |
equals(Object obj) |
String |
getAssetId()
The identifier of the inventory asset.
|
String |
getTargetName()
The target name in the asset target name map.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAssetId(String assetId)
The identifier of the inventory asset.
|
void |
setTargetName(String targetName)
The target name in the asset target name map.
|
String |
toString()
Returns a string representation of this object.
|
AssetTargetNameMap |
withAssetId(String assetId)
The identifier of the inventory asset.
|
AssetTargetNameMap |
withTargetName(String targetName)
The target name in the asset target name map.
|
public void setAssetId(String assetId)
The identifier of the inventory asset.
assetId - The identifier of the inventory asset.public String getAssetId()
The identifier of the inventory asset.
public AssetTargetNameMap withAssetId(String assetId)
The identifier of the inventory asset.
assetId - The identifier of the inventory asset.public void setTargetName(String targetName)
The target name in the asset target name map.
targetName - The target name in the asset target name map.public String getTargetName()
The target name in the asset target name map.
public AssetTargetNameMap withTargetName(String targetName)
The target name in the asset target name map.
targetName - The target name in the asset target name map.public String toString()
toString in class ObjectObject.toString()public AssetTargetNameMap clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.