@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportRevisionsToS3RequestDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details of the operation to be performed by the job.
Constructor and Description |
---|
ExportRevisionsToS3RequestDetails() |
Modifier and Type | Method and Description |
---|---|
ExportRevisionsToS3RequestDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDataSetId()
The unique identifier for the data set associated with this export job.
|
ExportServerSideEncryption |
getEncryption()
Encryption configuration for the export job.
|
List<RevisionDestinationEntry> |
getRevisionDestinations()
The destination for the revision.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
|
void |
setEncryption(ExportServerSideEncryption encryption)
Encryption configuration for the export job.
|
void |
setRevisionDestinations(Collection<RevisionDestinationEntry> revisionDestinations)
The destination for the revision.
|
String |
toString()
Returns a string representation of this object.
|
ExportRevisionsToS3RequestDetails |
withDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
|
ExportRevisionsToS3RequestDetails |
withEncryption(ExportServerSideEncryption encryption)
Encryption configuration for the export job.
|
ExportRevisionsToS3RequestDetails |
withRevisionDestinations(Collection<RevisionDestinationEntry> revisionDestinations)
The destination for the revision.
|
ExportRevisionsToS3RequestDetails |
withRevisionDestinations(RevisionDestinationEntry... revisionDestinations)
The destination for the revision.
|
public void setDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
dataSetId
- The unique identifier for the data set associated with this export job.public String getDataSetId()
The unique identifier for the data set associated with this export job.
public ExportRevisionsToS3RequestDetails withDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
dataSetId
- The unique identifier for the data set associated with this export job.public void setEncryption(ExportServerSideEncryption encryption)
Encryption configuration for the export job.
encryption
- Encryption configuration for the export job.public ExportServerSideEncryption getEncryption()
Encryption configuration for the export job.
public ExportRevisionsToS3RequestDetails withEncryption(ExportServerSideEncryption encryption)
Encryption configuration for the export job.
encryption
- Encryption configuration for the export job.public List<RevisionDestinationEntry> getRevisionDestinations()
The destination for the revision.
public void setRevisionDestinations(Collection<RevisionDestinationEntry> revisionDestinations)
The destination for the revision.
revisionDestinations
- The destination for the revision.public ExportRevisionsToS3RequestDetails withRevisionDestinations(RevisionDestinationEntry... revisionDestinations)
The destination for the revision.
NOTE: This method appends the values to the existing list (if any). Use
setRevisionDestinations(java.util.Collection)
or withRevisionDestinations(java.util.Collection)
if you want to override the existing values.
revisionDestinations
- The destination for the revision.public ExportRevisionsToS3RequestDetails withRevisionDestinations(Collection<RevisionDestinationEntry> revisionDestinations)
The destination for the revision.
revisionDestinations
- The destination for the revision.public String toString()
toString
in class Object
Object.toString()
public ExportRevisionsToS3RequestDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.