Class ChangeSetHookResourceTargetDetails
- java.lang.Object
-
- software.amazon.awssdk.services.cloudformation.model.ChangeSetHookResourceTargetDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChangeSetHookResourceTargetDetails.Builder,ChangeSetHookResourceTargetDetails>
@Generated("software.amazon.awssdk:codegen") public final class ChangeSetHookResourceTargetDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChangeSetHookResourceTargetDetails.Builder,ChangeSetHookResourceTargetDetails>
Specifies
RESOURCEtype target details for activated hooks.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChangeSetHookResourceTargetDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChangeSetHookResourceTargetDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogicalResourceId()The resource's logical ID, which is defined in the stack's template.ChangeActionresourceAction()Specifies the action of the resource.StringresourceActionAsString()Specifies the action of the resource.StringresourceType()The type of CloudFormation resource, such asAWS::S3::Bucket.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ChangeSetHookResourceTargetDetails.Builder>serializableBuilderClass()ChangeSetHookResourceTargetDetails.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
-
logicalResourceId
public final String logicalResourceId()
The resource's logical ID, which is defined in the stack's template.
- Returns:
- The resource's logical ID, which is defined in the stack's template.
-
resourceType
public final String resourceType()
The type of CloudFormation resource, such as
AWS::S3::Bucket.- Returns:
- The type of CloudFormation resource, such as
AWS::S3::Bucket.
-
resourceAction
public final ChangeAction resourceAction()
Specifies the action of the resource.
If the service returns an enum value that is not available in the current SDK version,
resourceActionwill returnChangeAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceActionAsString().- Returns:
- Specifies the action of the resource.
- See Also:
ChangeAction
-
resourceActionAsString
public final String resourceActionAsString()
Specifies the action of the resource.
If the service returns an enum value that is not available in the current SDK version,
resourceActionwill returnChangeAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceActionAsString().- Returns:
- Specifies the action of the resource.
- See Also:
ChangeAction
-
toBuilder
public ChangeSetHookResourceTargetDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChangeSetHookResourceTargetDetails.Builder,ChangeSetHookResourceTargetDetails>
-
builder
public static ChangeSetHookResourceTargetDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChangeSetHookResourceTargetDetails.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-