@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContainerAPIMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetContainerAPIMetadataResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetContainerAPIMetadataResult | clone() | 
| boolean | equals(Object obj) | 
| List<Map<String,String>> | getMetadata()
 Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin. | 
| int | hashCode() | 
| void | setMetadata(Collection<Map<String,String>> metadata)
 Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin. | 
| String | toString()Returns a string representation of this object. | 
| GetContainerAPIMetadataResult | withMetadata(Collection<Map<String,String>> metadata)
 Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin. | 
| GetContainerAPIMetadataResult | withMetadata(Map<String,String>... metadata)
 Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Map<String,String>> getMetadata()
Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.
public void setMetadata(Collection<Map<String,String>> metadata)
Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.
metadata - Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl)
        plugin.public GetContainerAPIMetadataResult withMetadata(Map<String,String>... metadata)
Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.
 NOTE: This method appends the values to the existing list (if any). Use
 setMetadata(java.util.Collection) or withMetadata(java.util.Collection) if you want to override
 the existing values.
 
metadata - Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl)
        plugin.public GetContainerAPIMetadataResult withMetadata(Collection<Map<String,String>> metadata)
Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.
metadata - Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl)
        plugin.public String toString()
toString in class ObjectObject.toString()public GetContainerAPIMetadataResult clone()