Class ConfigurationTag
- java.lang.Object
-
- software.amazon.awssdk.services.applicationdiscovery.model.ConfigurationTag
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfigurationTag.Builder,ConfigurationTag>
@Generated("software.amazon.awssdk:codegen") public final class ConfigurationTag extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigurationTag.Builder,ConfigurationTag>
Tags for a configuration item. Tags are metadata that help you categorize IT assets.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfigurationTag.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigurationTag.Builderbuilder()StringconfigurationId()The configuration ID for the item to tag.ConfigurationItemTypeconfigurationType()A type of IT asset to tag.StringconfigurationTypeAsString()A type of IT asset to tag.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()A type of tag on which to filter.List<SdkField<?>>sdkFields()static Class<? extends ConfigurationTag.Builder>serializableBuilderClass()InstanttimeOfCreation()The time the configuration tag was created in Coordinated Universal Time (UTC).ConfigurationTag.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()A value on which to filter.-
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
-
configurationType
public final ConfigurationItemType configurationType()
A type of IT asset to tag.
If the service returns an enum value that is not available in the current SDK version,
configurationTypewill returnConfigurationItemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfigurationTypeAsString().- Returns:
- A type of IT asset to tag.
- See Also:
ConfigurationItemType
-
configurationTypeAsString
public final String configurationTypeAsString()
A type of IT asset to tag.
If the service returns an enum value that is not available in the current SDK version,
configurationTypewill returnConfigurationItemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfigurationTypeAsString().- Returns:
- A type of IT asset to tag.
- See Also:
ConfigurationItemType
-
configurationId
public final String configurationId()
The configuration ID for the item to tag. You can specify a list of keys and values.
- Returns:
- The configuration ID for the item to tag. You can specify a list of keys and values.
-
key
public final String key()
A type of tag on which to filter. For example, serverType.
- Returns:
- A type of tag on which to filter. For example, serverType.
-
value
public final String value()
A value on which to filter. For example key = serverType and value = web server.
- Returns:
- A value on which to filter. For example key = serverType and value = web server.
-
timeOfCreation
public final Instant timeOfCreation()
The time the configuration tag was created in Coordinated Universal Time (UTC).
- Returns:
- The time the configuration tag was created in Coordinated Universal Time (UTC).
-
toBuilder
public ConfigurationTag.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfigurationTag.Builder,ConfigurationTag>
-
builder
public static ConfigurationTag.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfigurationTag.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.
-
-