StructuredPojo, ToCopyableBuilder<ConfigStreamDeliveryInfo.Builder,ConfigStreamDeliveryInfo>@Generated("software.amazon.awssdk:codegen") public class ConfigStreamDeliveryInfo extends Object implements StructuredPojo, 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 | Description |
|---|---|---|
static interface |
ConfigStreamDeliveryInfo.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ConfigStreamDeliveryInfo.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
lastErrorCode() |
The error code from the last attempted delivery.
|
String |
lastErrorMessage() |
The error message from the last attempted delivery.
|
String |
lastStatus() |
Status of the last attempted delivery.
|
Date |
lastStatusChangeTime() |
The time from the last status change.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends ConfigStreamDeliveryInfo.Builder> |
serializableBuilderClass() |
|
ConfigStreamDeliveryInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String lastStatus()
Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
DeliveryStatuspublic String lastErrorCode()
The error code from the last attempted delivery.
public String lastErrorMessage()
The error message from the last attempted delivery.
public Date lastStatusChangeTime()
The time from the last status change.
public ConfigStreamDeliveryInfo.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ConfigStreamDeliveryInfo.Builder,ConfigStreamDeliveryInfo>public static ConfigStreamDeliveryInfo.Builder builder()
public static Class<? extends ConfigStreamDeliveryInfo.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.