@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetadataValue extends Object implements Serializable, Cloneable, StructuredPojo
Metadata to assign to an Application Manager application.
Constructor and Description |
---|
MetadataValue() |
Modifier and Type | Method and Description |
---|---|
MetadataValue |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
Metadata value to assign to an Application Manager application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setValue(String value)
Metadata value to assign to an Application Manager application.
|
String |
toString()
Returns a string representation of this object.
|
MetadataValue |
withValue(String value)
Metadata value to assign to an Application Manager application.
|
public void setValue(String value)
Metadata value to assign to an Application Manager application.
value
- Metadata value to assign to an Application Manager application.public String getValue()
Metadata value to assign to an Application Manager application.
public MetadataValue withValue(String value)
Metadata value to assign to an Application Manager application.
value
- Metadata value to assign to an Application Manager application.public String toString()
toString
in class Object
Object.toString()
public MetadataValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.