@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportExportConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about the location where the run of a report is exported.
Constructor and Description |
---|
ReportExportConfig() |
Modifier and Type | Method and Description |
---|---|
ReportExportConfig |
clone() |
boolean |
equals(Object obj) |
String |
getExportConfigType()
The export configuration type.
|
S3ReportExportConfig |
getS3Destination()
A
S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExportConfigType(String exportConfigType)
The export configuration type.
|
void |
setS3Destination(S3ReportExportConfig s3Destination)
A
S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported. |
String |
toString()
Returns a string representation of this object.
|
ReportExportConfig |
withExportConfigType(ReportExportConfigType exportConfigType)
The export configuration type.
|
ReportExportConfig |
withExportConfigType(String exportConfigType)
The export configuration type.
|
ReportExportConfig |
withS3Destination(S3ReportExportConfig s3Destination)
A
S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported. |
public void setExportConfigType(String exportConfigType)
The export configuration type. Valid values are:
S3
: The report results are exported to an S3 bucket.
NO_EXPORT
: The report results are not exported.
exportConfigType
- The export configuration type. Valid values are:
S3
: The report results are exported to an S3 bucket.
NO_EXPORT
: The report results are not exported.
ReportExportConfigType
public String getExportConfigType()
The export configuration type. Valid values are:
S3
: The report results are exported to an S3 bucket.
NO_EXPORT
: The report results are not exported.
S3
: The report results are exported to an S3 bucket.
NO_EXPORT
: The report results are not exported.
ReportExportConfigType
public ReportExportConfig withExportConfigType(String exportConfigType)
The export configuration type. Valid values are:
S3
: The report results are exported to an S3 bucket.
NO_EXPORT
: The report results are not exported.
exportConfigType
- The export configuration type. Valid values are:
S3
: The report results are exported to an S3 bucket.
NO_EXPORT
: The report results are not exported.
ReportExportConfigType
public ReportExportConfig withExportConfigType(ReportExportConfigType exportConfigType)
The export configuration type. Valid values are:
S3
: The report results are exported to an S3 bucket.
NO_EXPORT
: The report results are not exported.
exportConfigType
- The export configuration type. Valid values are:
S3
: The report results are exported to an S3 bucket.
NO_EXPORT
: The report results are not exported.
ReportExportConfigType
public void setS3Destination(S3ReportExportConfig s3Destination)
A S3ReportExportConfig
object that contains information about the S3 bucket where the run of a
report is exported.
s3Destination
- A S3ReportExportConfig
object that contains information about the S3 bucket where the run of
a report is exported.public S3ReportExportConfig getS3Destination()
A S3ReportExportConfig
object that contains information about the S3 bucket where the run of a
report is exported.
S3ReportExportConfig
object that contains information about the S3 bucket where the run of
a report is exported.public ReportExportConfig withS3Destination(S3ReportExportConfig s3Destination)
A S3ReportExportConfig
object that contains information about the S3 bucket where the run of a
report is exported.
s3Destination
- A S3ReportExportConfig
object that contains information about the S3 bucket where the run of
a report is exported.public String toString()
toString
in class Object
Object.toString()
public ReportExportConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.