@Generated(value="software.amazon.awssdk:codegen") public final class VmwareToAwsTagMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VmwareToAwsTagMapping.Builder,VmwareToAwsTagMapping>
This displays the mapping of on-premises VMware tags to the corresponding Amazon Web Services tags.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VmwareToAwsTagMapping.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsTagKey()
The key part of the Amazon Web Services tag's key-value pair.
|
String |
awsTagValue()
The value part of the Amazon Web Services tag's key-value pair.
|
static VmwareToAwsTagMapping.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VmwareToAwsTagMapping.Builder> |
serializableBuilderClass() |
VmwareToAwsTagMapping.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vmwareCategory()
The is the category of VMware.
|
String |
vmwareTagName()
This is the user-defined name of a VMware tag.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsTagKey()
The key part of the Amazon Web Services tag's key-value pair.
public final String awsTagValue()
The value part of the Amazon Web Services tag's key-value pair.
public final String vmwareCategory()
The is the category of VMware.
public final String vmwareTagName()
This is the user-defined name of a VMware tag.
public VmwareToAwsTagMapping.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VmwareToAwsTagMapping.Builder,VmwareToAwsTagMapping>public static VmwareToAwsTagMapping.Builder builder()
public static Class<? extends VmwareToAwsTagMapping.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.