StructuredPojo
, ToCopyableBuilder<Notification.Builder,Notification>
@Generated("software.amazon.awssdk:codegen") public class Notification extends Object implements StructuredPojo, ToCopyableBuilder<Notification.Builder,Notification>
Modifier and Type | Class | Description |
---|---|---|
static interface |
Notification.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Notification.Builder |
builder() |
|
String |
comparisonOperator() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
notificationType() |
|
static Class<? extends Notification.Builder> |
serializableBuilderClass() |
|
Double |
threshold() |
|
Notification.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String notificationType()
NotificationType
public String comparisonOperator()
ComparisonOperator
public Double threshold()
public Notification.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Notification.Builder,Notification>
public static Notification.Builder builder()
public static Class<? extends Notification.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.