Class DefaultSummary
java.lang.Object
software.amazon.awssdk.services.devopsagent.model.SendMessageSummaryEvent
software.amazon.awssdk.services.devopsagent.model.sendmessageevents.DefaultSummary
- All Implemented Interfaces:
Serializable,SdkPojo,SendMessageEvents,ToCopyableBuilder<SendMessageSummaryEvent.Builder,SendMessageSummaryEvent>
@SdkInternalApi
@Generated("software.amazon.awssdk:codegen")
public final class DefaultSummary
extends SendMessageSummaryEvent
A specialization of
software.amazon.awssdk.services.devopsagent.model.SendMessageSummaryEvent that represents
the SendMessageEvents$summary event. Do not use this class directly. Instead, use the static builder methods
on SendMessageEvents.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.devopsagent.model.SendMessageEvents
SendMessageEvents.EventType -
Field Summary
Fields inherited from interface software.amazon.awssdk.services.devopsagent.model.SendMessageEvents
UNKNOWN -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(SendMessageResponseHandler.Visitor visitor) Calls the appropriate visit method depending on the subtype ofSendMessageSummaryEvent.static DefaultSummary.Builderbuilder()The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.devopsagent.model.SendMessageSummaryEvent
content, copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFieldNameToField, sdkFields, sequenceNumber, serializableBuilderClass, toString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<SendMessageSummaryEvent.Builder,SendMessageSummaryEvent> - Overrides:
toBuilderin classSendMessageSummaryEvent- Returns:
- a builder for type T
-
builder
-
accept
Description copied from class:SendMessageSummaryEventCalls the appropriate visit method depending on the subtype ofSendMessageSummaryEvent.- Specified by:
acceptin interfaceSendMessageEvents- Overrides:
acceptin classSendMessageSummaryEvent- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
Description copied from interface:SendMessageEventsThe type of this event. Corresponds to the:event-typeheader on the Message.
-