@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetListingItemAdditionalAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Additional attributes of an inventory asset.
| Constructor and Description |
|---|
AssetListingItemAdditionalAttributes() |
| Modifier and Type | Method and Description |
|---|---|
AssetListingItemAdditionalAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getForms()
The metadata forms that form additional attributes of the metadata asset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setForms(String forms)
The metadata forms that form additional attributes of the metadata asset.
|
String |
toString()
Returns a string representation of this object.
|
AssetListingItemAdditionalAttributes |
withForms(String forms)
The metadata forms that form additional attributes of the metadata asset.
|
public AssetListingItemAdditionalAttributes()
public void setForms(String forms)
The metadata forms that form additional attributes of the metadata asset.
forms - The metadata forms that form additional attributes of the metadata asset.public String getForms()
The metadata forms that form additional attributes of the metadata asset.
public AssetListingItemAdditionalAttributes withForms(String forms)
The metadata forms that form additional attributes of the metadata asset.
forms - The metadata forms that form additional attributes of the metadata asset.public String toString()
toString in class ObjectObject.toString()public AssetListingItemAdditionalAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.