@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsCloudMapInstanceAttribute extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the Cloud Map attribute information for your virtual node.
Cloud Map is not available in the eu-south-1 Region.
Constructor and Description |
---|
AwsCloudMapInstanceAttribute() |
Modifier and Type | Method and Description |
---|---|
AwsCloudMapInstanceAttribute |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The name of an Cloud Map service instance attribute key.
|
String |
getValue()
The value of an Cloud Map service instance attribute key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
The name of an Cloud Map service instance attribute key.
|
void |
setValue(String value)
The value of an Cloud Map service instance attribute key.
|
String |
toString()
Returns a string representation of this object.
|
AwsCloudMapInstanceAttribute |
withKey(String key)
The name of an Cloud Map service instance attribute key.
|
AwsCloudMapInstanceAttribute |
withValue(String value)
The value of an Cloud Map service instance attribute key.
|
public void setKey(String key)
The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
key
- The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the
specified key and value is returned.public String getKey()
The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
public AwsCloudMapInstanceAttribute withKey(String key)
The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
key
- The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the
specified key and value is returned.public void setValue(String value)
The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
value
- The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the
specified key and value is returned.public String getValue()
The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
public AwsCloudMapInstanceAttribute withValue(String value)
The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
value
- The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the
specified key and value is returned.public String toString()
toString
in class Object
Object.toString()
public AwsCloudMapInstanceAttribute clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.