@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultExportDestination extends Object implements Serializable, Cloneable, StructuredPojo
The default s3 bucket where Audit Manager saves the files that you export from evidence finder.
Constructor and Description |
---|
DefaultExportDestination() |
Modifier and Type | Method and Description |
---|---|
DefaultExportDestination |
clone() |
boolean |
equals(Object obj) |
String |
getDestination()
The destination bucket where Audit Manager stores exported files.
|
String |
getDestinationType()
The destination type, such as Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestination(String destination)
The destination bucket where Audit Manager stores exported files.
|
void |
setDestinationType(String destinationType)
The destination type, such as Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
DefaultExportDestination |
withDestination(String destination)
The destination bucket where Audit Manager stores exported files.
|
DefaultExportDestination |
withDestinationType(ExportDestinationType destinationType)
The destination type, such as Amazon S3.
|
DefaultExportDestination |
withDestinationType(String destinationType)
The destination type, such as Amazon S3.
|
public void setDestinationType(String destinationType)
The destination type, such as Amazon S3.
destinationType
- The destination type, such as Amazon S3.ExportDestinationType
public String getDestinationType()
The destination type, such as Amazon S3.
ExportDestinationType
public DefaultExportDestination withDestinationType(String destinationType)
The destination type, such as Amazon S3.
destinationType
- The destination type, such as Amazon S3.ExportDestinationType
public DefaultExportDestination withDestinationType(ExportDestinationType destinationType)
The destination type, such as Amazon S3.
destinationType
- The destination type, such as Amazon S3.ExportDestinationType
public void setDestination(String destination)
The destination bucket where Audit Manager stores exported files.
destination
- The destination bucket where Audit Manager stores exported files.public String getDestination()
The destination bucket where Audit Manager stores exported files.
public DefaultExportDestination withDestination(String destination)
The destination bucket where Audit Manager stores exported files.
destination
- The destination bucket where Audit Manager stores exported files.public String toString()
toString
in class Object
Object.toString()
public DefaultExportDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.