@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VmwareTag extends Object implements Serializable, Cloneable, StructuredPojo
A VMware tag is a tag attached to a specific virtual machine. A tag is a key-value pair you can use to manage, filter, and search for your resources.
The content of VMware tags can be matched to Amazon Web Services tags.
| Constructor and Description |
|---|
VmwareTag() |
| Modifier and Type | Method and Description |
|---|---|
VmwareTag |
clone() |
boolean |
equals(Object obj) |
String |
getVmwareCategory()
The is the category of VMware.
|
String |
getVmwareTagDescription()
This is a user-defined description of a VMware tag.
|
String |
getVmwareTagName()
This is the user-defined name of a VMware tag.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVmwareCategory(String vmwareCategory)
The is the category of VMware.
|
void |
setVmwareTagDescription(String vmwareTagDescription)
This is a user-defined description of a VMware tag.
|
void |
setVmwareTagName(String vmwareTagName)
This is the user-defined name of a VMware tag.
|
String |
toString()
Returns a string representation of this object.
|
VmwareTag |
withVmwareCategory(String vmwareCategory)
The is the category of VMware.
|
VmwareTag |
withVmwareTagDescription(String vmwareTagDescription)
This is a user-defined description of a VMware tag.
|
VmwareTag |
withVmwareTagName(String vmwareTagName)
This is the user-defined name of a VMware tag.
|
public void setVmwareCategory(String vmwareCategory)
The is the category of VMware.
vmwareCategory - The is the category of VMware.public String getVmwareCategory()
The is the category of VMware.
public VmwareTag withVmwareCategory(String vmwareCategory)
The is the category of VMware.
vmwareCategory - The is the category of VMware.public void setVmwareTagDescription(String vmwareTagDescription)
This is a user-defined description of a VMware tag.
vmwareTagDescription - This is a user-defined description of a VMware tag.public String getVmwareTagDescription()
This is a user-defined description of a VMware tag.
public VmwareTag withVmwareTagDescription(String vmwareTagDescription)
This is a user-defined description of a VMware tag.
vmwareTagDescription - This is a user-defined description of a VMware tag.public void setVmwareTagName(String vmwareTagName)
This is the user-defined name of a VMware tag.
vmwareTagName - This is the user-defined name of a VMware tag.public String getVmwareTagName()
This is the user-defined name of a VMware tag.
public VmwareTag withVmwareTagName(String vmwareTagName)
This is the user-defined name of a VMware tag.
vmwareTagName - This is the user-defined name of a VMware tag.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.