@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpamPublicAddressTag extends Object implements Serializable, Cloneable
A tag for a public IP address discovered by IPAM.
Constructor and Description |
---|
IpamPublicAddressTag() |
Modifier and Type | Method and Description |
---|---|
IpamPublicAddressTag |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The tag's key.
|
String |
getValue()
The tag's value.
|
int |
hashCode() |
void |
setKey(String key)
The tag's key.
|
void |
setValue(String value)
The tag's value.
|
String |
toString()
Returns a string representation of this object.
|
IpamPublicAddressTag |
withKey(String key)
The tag's key.
|
IpamPublicAddressTag |
withValue(String value)
The tag's value.
|
public void setKey(String key)
The tag's key.
key
- The tag's key.public String getKey()
The tag's key.
public IpamPublicAddressTag withKey(String key)
The tag's key.
key
- The tag's key.public void setValue(String value)
The tag's value.
value
- The tag's value.public String getValue()
The tag's value.
public IpamPublicAddressTag withValue(String value)
The tag's value.
value
- The tag's value.public String toString()
toString
in class Object
Object.toString()
public IpamPublicAddressTag clone()