StructuredPojo
, ToCopyableBuilder<ExportInfo.Builder,ExportInfo>
@Generated("software.amazon.awssdk:codegen") public class ExportInfo extends Object implements StructuredPojo, ToCopyableBuilder<ExportInfo.Builder,ExportInfo>
Information regarding the export status of the discovered data. The value is an array of objects.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ExportInfo.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ExportInfo.Builder |
builder() |
|
String |
configurationsDownloadUrl() |
A URL for an Amazon S3 bucket where you can review the configuration data.
|
boolean |
equals(Object obj) |
|
String |
exportId() |
A unique identifier that you can use to query the export.
|
Date |
exportRequestTime() |
The time that the configuration data export was initiated.
|
String |
exportStatus() |
The status of the configuration data export.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ExportInfo.Builder> |
serializableBuilderClass() |
|
String |
statusMessage() |
Helpful status messages for API callers.
|
ExportInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String exportId()
A unique identifier that you can use to query the export.
public String exportStatus()
The status of the configuration data export. The status can succeed, fail, or be in-progress.
ExportStatus
public String statusMessage()
Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.
public String configurationsDownloadUrl()
A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.
public Date exportRequestTime()
The time that the configuration data export was initiated.
public ExportInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExportInfo.Builder,ExportInfo>
public static ExportInfo.Builder builder()
public static Class<? extends ExportInfo.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.