@Generated(value="software.amazon.awssdk:codegen") public final class ChangeSetHookResourceTargetDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChangeSetHookResourceTargetDetails.Builder,ChangeSetHookResourceTargetDetails>
Specifies RESOURCE type target details for activated hooks.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangeSetHookResourceTargetDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChangeSetHookResourceTargetDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logicalResourceId()
The resource's logical ID, which is defined in the stack's template.
|
ChangeAction |
resourceAction()
Specifies the action of the resource.
|
String |
resourceActionAsString()
Specifies the action of the resource.
|
String |
resourceType()
The type of CloudFormation resource, such as
AWS::S3::Bucket. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChangeSetHookResourceTargetDetails.Builder> |
serializableBuilderClass() |
ChangeSetHookResourceTargetDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String logicalResourceId()
The resource's logical ID, which is defined in the stack's template.
public final String resourceType()
The type of CloudFormation resource, such as AWS::S3::Bucket.
AWS::S3::Bucket.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, resourceAction
will return ChangeAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceActionAsString().
ChangeActionpublic 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, resourceAction
will return ChangeAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceActionAsString().
ChangeActionpublic ChangeSetHookResourceTargetDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChangeSetHookResourceTargetDetails.Builder,ChangeSetHookResourceTargetDetails>public static ChangeSetHookResourceTargetDetails.Builder builder()
public static Class<? extends ChangeSetHookResourceTargetDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.