Class DescribeEventsRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest
software.amazon.awssdk.services.cloudformation.model.DescribeEventsRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
@Generated("software.amazon.awssdk:codegen")
public final class DescribeEventsRequest
extends CloudFormationRequest
implements ToCopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.final booleanfinal booleanequalsBySdkFields(Object obj) final EventFilterfilters()Filters to apply when retrieving events.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe token for the next set of items to return.final StringThe unique identifier of the operation for which you want to retrieve events.static Class<? extends DescribeEventsRequest.Builder>final StringThe name or unique stack ID for which you want to retrieve events.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
stackName
The name or unique stack ID for which you want to retrieve events. If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
- Returns:
- The name or unique stack ID for which you want to retrieve events. If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
-
changeSetName
The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.
- Returns:
- The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.
-
operationId
The unique identifier of the operation for which you want to retrieve events.
- Returns:
- The unique identifier of the operation for which you want to retrieve events.
-
filters
Filters to apply when retrieving events.
- Returns:
- Filters to apply when retrieving events.
-
nextToken
The token for the next set of items to return. (You received this token from a previous call.)
- Returns:
- The token for the next set of items to return. (You received this token from a previous call.)
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest> - Specified by:
toBuilderin classCloudFormationRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-