@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Export extends Object implements Serializable, Cloneable, StructuredPojo
The details that are available for an export.
Constructor and Description |
---|
Export() |
Modifier and Type | Method and Description |
---|---|
Export |
clone() |
boolean |
equals(Object obj) |
DataQuery |
getDataQuery()
The data query for this specific data export.
|
String |
getDescription()
The description for this specific data export.
|
DestinationConfigurations |
getDestinationConfigurations()
The destination configuration for this specific data export.
|
String |
getExportArn()
The Amazon Resource Name (ARN) for this export.
|
String |
getName()
The name of this specific data export.
|
RefreshCadence |
getRefreshCadence()
The cadence for Amazon Web Services to update the export in your S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataQuery(DataQuery dataQuery)
The data query for this specific data export.
|
void |
setDescription(String description)
The description for this specific data export.
|
void |
setDestinationConfigurations(DestinationConfigurations destinationConfigurations)
The destination configuration for this specific data export.
|
void |
setExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
|
void |
setName(String name)
The name of this specific data export.
|
void |
setRefreshCadence(RefreshCadence refreshCadence)
The cadence for Amazon Web Services to update the export in your S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
Export |
withDataQuery(DataQuery dataQuery)
The data query for this specific data export.
|
Export |
withDescription(String description)
The description for this specific data export.
|
Export |
withDestinationConfigurations(DestinationConfigurations destinationConfigurations)
The destination configuration for this specific data export.
|
Export |
withExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
|
Export |
withName(String name)
The name of this specific data export.
|
Export |
withRefreshCadence(RefreshCadence refreshCadence)
The cadence for Amazon Web Services to update the export in your S3 bucket.
|
public void setDataQuery(DataQuery dataQuery)
The data query for this specific data export.
dataQuery
- The data query for this specific data export.public DataQuery getDataQuery()
The data query for this specific data export.
public Export withDataQuery(DataQuery dataQuery)
The data query for this specific data export.
dataQuery
- The data query for this specific data export.public void setDescription(String description)
The description for this specific data export.
description
- The description for this specific data export.public String getDescription()
The description for this specific data export.
public Export withDescription(String description)
The description for this specific data export.
description
- The description for this specific data export.public void setDestinationConfigurations(DestinationConfigurations destinationConfigurations)
The destination configuration for this specific data export.
destinationConfigurations
- The destination configuration for this specific data export.public DestinationConfigurations getDestinationConfigurations()
The destination configuration for this specific data export.
public Export withDestinationConfigurations(DestinationConfigurations destinationConfigurations)
The destination configuration for this specific data export.
destinationConfigurations
- The destination configuration for this specific data export.public void setExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
exportArn
- The Amazon Resource Name (ARN) for this export.public String getExportArn()
The Amazon Resource Name (ARN) for this export.
public Export withExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
exportArn
- The Amazon Resource Name (ARN) for this export.public void setName(String name)
The name of this specific data export.
name
- The name of this specific data export.public String getName()
The name of this specific data export.
public Export withName(String name)
The name of this specific data export.
name
- The name of this specific data export.public void setRefreshCadence(RefreshCadence refreshCadence)
The cadence for Amazon Web Services to update the export in your S3 bucket.
refreshCadence
- The cadence for Amazon Web Services to update the export in your S3 bucket.public RefreshCadence getRefreshCadence()
The cadence for Amazon Web Services to update the export in your S3 bucket.
public Export withRefreshCadence(RefreshCadence refreshCadence)
The cadence for Amazon Web Services to update the export in your S3 bucket.
refreshCadence
- The cadence for Amazon Web Services to update the export in your S3 bucket.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.