StructuredPojo
, ToCopyableBuilder<EventSubscription.Builder,EventSubscription>
@Generated("software.amazon.awssdk:codegen") public class EventSubscription extends Object implements StructuredPojo, ToCopyableBuilder<EventSubscription.Builder,EventSubscription>
This data type is used in the Subscription data type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EventSubscription.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EventSubscription.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
event() |
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends EventSubscription.Builder> |
serializableBuilderClass() |
|
Date |
subscribedAt() |
The time at which SubscribeToEvent is called.
|
EventSubscription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String event()
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
InspectorEvent
public Date subscribedAt()
The time at which SubscribeToEvent is called.
public EventSubscription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EventSubscription.Builder,EventSubscription>
public static EventSubscription.Builder builder()
public static Class<? extends EventSubscription.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.