Class ResourceTargetDefinition
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalog.model.ResourceTargetDefinition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceTargetDefinition.Builder,ResourceTargetDefinition>
@Generated("software.amazon.awssdk:codegen") public final class ResourceTargetDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceTargetDefinition.Builder,ResourceTargetDefinition>
Information about a change to a resource attribute.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceTargetDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceAttributeattribute()The attribute to be changed.StringattributeAsString()The attribute to be changed.static ResourceTargetDefinition.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()If the attribute isProperties, the value is the name of the property.RequiresRecreationrequiresRecreation()If the attribute isProperties, indicates whether a change to this property causes the resource to be re-created.StringrequiresRecreationAsString()If the attribute isProperties, indicates whether a change to this property causes the resource to be re-created.List<SdkField<?>>sdkFields()static Class<? extends ResourceTargetDefinition.Builder>serializableBuilderClass()ResourceTargetDefinition.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
attribute
public final ResourceAttribute attribute()
The attribute to be changed.
If the service returns an enum value that is not available in the current SDK version,
attributewill returnResourceAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeAsString().- Returns:
- The attribute to be changed.
- See Also:
ResourceAttribute
-
attributeAsString
public final String attributeAsString()
The attribute to be changed.
If the service returns an enum value that is not available in the current SDK version,
attributewill returnResourceAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeAsString().- Returns:
- The attribute to be changed.
- See Also:
ResourceAttribute
-
name
public final String name()
If the attribute is
Properties, the value is the name of the property. Otherwise, the value is null.- Returns:
- If the attribute is
Properties, the value is the name of the property. Otherwise, the value is null.
-
requiresRecreation
public final RequiresRecreation requiresRecreation()
If the attribute is
Properties, indicates whether a change to this property causes the resource to be re-created.If the service returns an enum value that is not available in the current SDK version,
requiresRecreationwill returnRequiresRecreation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrequiresRecreationAsString().- Returns:
- If the attribute is
Properties, indicates whether a change to this property causes the resource to be re-created. - See Also:
RequiresRecreation
-
requiresRecreationAsString
public final String requiresRecreationAsString()
If the attribute is
Properties, indicates whether a change to this property causes the resource to be re-created.If the service returns an enum value that is not available in the current SDK version,
requiresRecreationwill returnRequiresRecreation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrequiresRecreationAsString().- Returns:
- If the attribute is
Properties, indicates whether a change to this property causes the resource to be re-created. - See Also:
RequiresRecreation
-
toBuilder
public ResourceTargetDefinition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceTargetDefinition.Builder,ResourceTargetDefinition>
-
builder
public static ResourceTargetDefinition.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourceTargetDefinition.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.
-
-