@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VmwareToAwsTagMapping extends Object implements Serializable, Cloneable, StructuredPojo
This displays the mapping of on-premises VMware tags to the corresponding Amazon Web Services tags.
| Constructor and Description |
|---|
VmwareToAwsTagMapping() |
| Modifier and Type | Method and Description |
|---|---|
VmwareToAwsTagMapping |
clone() |
boolean |
equals(Object obj) |
String |
getAwsTagKey()
The key part of the Amazon Web Services tag's key-value pair.
|
String |
getAwsTagValue()
The value part of the Amazon Web Services tag's key-value pair.
|
String |
getVmwareCategory()
The is the category of VMware.
|
String |
getVmwareTagName()
This is the user-defined name of a VMware tag.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAwsTagKey(String awsTagKey)
The key part of the Amazon Web Services tag's key-value pair.
|
void |
setAwsTagValue(String awsTagValue)
The value part of the Amazon Web Services tag's key-value pair.
|
void |
setVmwareCategory(String vmwareCategory)
The is the category of VMware.
|
void |
setVmwareTagName(String vmwareTagName)
This is the user-defined name of a VMware tag.
|
String |
toString()
Returns a string representation of this object.
|
VmwareToAwsTagMapping |
withAwsTagKey(String awsTagKey)
The key part of the Amazon Web Services tag's key-value pair.
|
VmwareToAwsTagMapping |
withAwsTagValue(String awsTagValue)
The value part of the Amazon Web Services tag's key-value pair.
|
VmwareToAwsTagMapping |
withVmwareCategory(String vmwareCategory)
The is the category of VMware.
|
VmwareToAwsTagMapping |
withVmwareTagName(String vmwareTagName)
This is the user-defined name of a VMware tag.
|
public void setAwsTagKey(String awsTagKey)
The key part of the Amazon Web Services tag's key-value pair.
awsTagKey - The key part of the Amazon Web Services tag's key-value pair.public String getAwsTagKey()
The key part of the Amazon Web Services tag's key-value pair.
public VmwareToAwsTagMapping withAwsTagKey(String awsTagKey)
The key part of the Amazon Web Services tag's key-value pair.
awsTagKey - The key part of the Amazon Web Services tag's key-value pair.public void setAwsTagValue(String awsTagValue)
The value part of the Amazon Web Services tag's key-value pair.
awsTagValue - The value part of the Amazon Web Services tag's key-value pair.public String getAwsTagValue()
The value part of the Amazon Web Services tag's key-value pair.
public VmwareToAwsTagMapping withAwsTagValue(String awsTagValue)
The value part of the Amazon Web Services tag's key-value pair.
awsTagValue - The value part of the Amazon Web Services tag's key-value pair.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 VmwareToAwsTagMapping withVmwareCategory(String vmwareCategory)
The is the category of VMware.
vmwareCategory - The is the category of VMware.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 VmwareToAwsTagMapping 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 VmwareToAwsTagMapping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.