@Generated(value="software.amazon.awssdk:codegen") public final class DescribeChangeSetHooksRequest extends CloudFormationRequest implements ToCopyableBuilder<DescribeChangeSetHooksRequest.Builder,DescribeChangeSetHooksRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeChangeSetHooksRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeChangeSetHooksRequest.Builder |
builder() |
String |
changeSetName()
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logicalResourceId()
If specified, lists only the hooks related to the specified
LogicalResourceId. |
String |
nextToken()
A string, provided by the
DescribeChangeSetHooks response output, that identifies the next page of
information that you want to retrieve. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeChangeSetHooksRequest.Builder> |
serializableBuilderClass() |
String |
stackName()
If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to
describe.
|
DescribeChangeSetHooksRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String changeSetName()
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
public final String stackName()
If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.
public final String nextToken()
A string, provided by the DescribeChangeSetHooks response output, that identifies the next page of
information that you want to retrieve.
DescribeChangeSetHooks response output, that identifies the next
page of information that you want to retrieve.public final String logicalResourceId()
If specified, lists only the hooks related to the specified LogicalResourceId.
LogicalResourceId.public DescribeChangeSetHooksRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeChangeSetHooksRequest.Builder,DescribeChangeSetHooksRequest>toBuilder in class CloudFormationRequestpublic static DescribeChangeSetHooksRequest.Builder builder()
public static Class<? extends DescribeChangeSetHooksRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.