@Generated(value="software.amazon.awssdk:codegen") public class Notification extends Object implements StructuredPojo, ToCopyableBuilder<Notification.Builder,Notification>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Notification.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Notification.Builder |
builder() |
ComparisonOperator |
comparisonOperator()
Returns the value of the ComparisonOperator property for this object.
|
String |
comparisonOperatorAsString()
Returns the value of the ComparisonOperator property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
NotificationType |
notificationType()
Returns the value of the NotificationType property for this object.
|
String |
notificationTypeAsString()
Returns the value of the NotificationType property for this object.
|
static Class<? extends Notification.Builder> |
serializableBuilderClass() |
Double |
threshold()
Returns the value of the Threshold property for this object.
|
ThresholdType |
thresholdType()
Returns the value of the ThresholdType property for this object.
|
String |
thresholdTypeAsString()
Returns the value of the ThresholdType property for this object.
|
Notification.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic NotificationType notificationType()
If the service returns an enum value that is not available in the current SDK version, notificationType
will return NotificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from notificationTypeAsString().
NotificationTypepublic String notificationTypeAsString()
If the service returns an enum value that is not available in the current SDK version, notificationType
will return NotificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from notificationTypeAsString().
NotificationTypepublic ComparisonOperator comparisonOperator()
If the service returns an enum value that is not available in the current SDK version,
comparisonOperator will return ComparisonOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from comparisonOperatorAsString().
ComparisonOperatorpublic String comparisonOperatorAsString()
If the service returns an enum value that is not available in the current SDK version,
comparisonOperator will return ComparisonOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from comparisonOperatorAsString().
ComparisonOperatorpublic Double threshold()
public ThresholdType thresholdType()
If the service returns an enum value that is not available in the current SDK version, thresholdType
will return ThresholdType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
thresholdTypeAsString().
ThresholdTypepublic String thresholdTypeAsString()
If the service returns an enum value that is not available in the current SDK version, thresholdType
will return ThresholdType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
thresholdTypeAsString().
ThresholdTypepublic Notification.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Notification.Builder,Notification>public static Notification.Builder builder()
public static Class<? extends Notification.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.