Class VmwareTag
- java.lang.Object
-
- software.amazon.awssdk.services.backupgateway.model.VmwareTag
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VmwareTag.Builder,VmwareTag>
@Generated("software.amazon.awssdk:codegen") public final class VmwareTag extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VmwareTag.Builder,VmwareTag>
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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVmwareTag.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VmwareTag.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends VmwareTag.Builder>serializableBuilderClass()VmwareTag.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvmwareCategory()The is the category of VMware.StringvmwareTagDescription()This is a user-defined description of a VMware tag.StringvmwareTagName()This is the user-defined name of a VMware tag.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
vmwareCategory
public final String vmwareCategory()
The is the category of VMware.
- Returns:
- The is the category of VMware.
-
vmwareTagDescription
public final String vmwareTagDescription()
This is a user-defined description of a VMware tag.
- Returns:
- This is a user-defined description of a VMware tag.
-
vmwareTagName
public final String vmwareTagName()
This is the user-defined name of a VMware tag.
- Returns:
- This is the user-defined name of a VMware tag.
-
toBuilder
public VmwareTag.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VmwareTag.Builder,VmwareTag>
-
builder
public static VmwareTag.Builder builder()
-
serializableBuilderClass
public static Class<? extends VmwareTag.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-