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 Modifier and Type Class Description static interfaceDescribeEventsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeEventsRequest.Builderbuilder()StringchangeSetName()The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EventFilterfilters()Filters to apply when retrieving events.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnextToken()The token for the next set of items to return.StringoperationId()The unique identifier of the operation for which you want to retrieve events.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeEventsRequest.Builder>serializableBuilderClass()StringstackName()The name or unique stack ID for which you want to retrieve events.DescribeEventsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
stackName
public final String stackName()
The name or unique stack ID for which you want to retrieve events.
- Returns:
- The name or unique stack ID for which you want to retrieve events.
-
changeSetName
public final String 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
public final String 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
public final EventFilter filters()
Filters to apply when retrieving events.
- Returns:
- Filters to apply when retrieving events.
-
nextToken
public final String 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
public DescribeEventsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>- Specified by:
toBuilderin classCloudFormationRequest
-
builder
public static DescribeEventsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeEventsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-