@Generated(value="software.amazon.awssdk:codegen") public final class ConfigStreamDeliveryInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigStreamDeliveryInfo.Builder,ConfigStreamDeliveryInfo>
A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigStreamDeliveryInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConfigStreamDeliveryInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastErrorCode()
The error code from the last attempted delivery.
|
String |
lastErrorMessage()
The error message from the last attempted delivery.
|
DeliveryStatus |
lastStatus()
Status of the last attempted delivery.
|
String |
lastStatusAsString()
Status of the last attempted delivery.
|
Instant |
lastStatusChangeTime()
The time from the last status change.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfigStreamDeliveryInfo.Builder> |
serializableBuilderClass() |
ConfigStreamDeliveryInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DeliveryStatus lastStatus()
Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
If the service returns an enum value that is not available in the current SDK version, lastStatus will
return DeliveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lastStatusAsString().
Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
DeliveryStatuspublic final String lastStatusAsString()
Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
If the service returns an enum value that is not available in the current SDK version, lastStatus will
return DeliveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lastStatusAsString().
Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
DeliveryStatuspublic final String lastErrorCode()
The error code from the last attempted delivery.
public final String lastErrorMessage()
The error message from the last attempted delivery.
public final Instant lastStatusChangeTime()
The time from the last status change.
public ConfigStreamDeliveryInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfigStreamDeliveryInfo.Builder,ConfigStreamDeliveryInfo>public static ConfigStreamDeliveryInfo.Builder builder()
public static Class<? extends ConfigStreamDeliveryInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.