@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportSetting extends Object implements Serializable, Cloneable, StructuredPojo
Contains detailed information about a report setting.
Constructor and Description |
---|
ReportSetting() |
Modifier and Type | Method and Description |
---|---|
ReportSetting |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFrameworkArns()
The Amazon Resource Names (ARNs) of the frameworks a report covers.
|
Integer |
getNumberOfFrameworks()
The number of frameworks a report covers.
|
String |
getReportTemplate()
Identifies the report template for the report.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFrameworkArns(Collection<String> frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
|
void |
setNumberOfFrameworks(Integer numberOfFrameworks)
The number of frameworks a report covers.
|
void |
setReportTemplate(String reportTemplate)
Identifies the report template for the report.
|
String |
toString()
Returns a string representation of this object.
|
ReportSetting |
withFrameworkArns(Collection<String> frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
|
ReportSetting |
withFrameworkArns(String... frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
|
ReportSetting |
withNumberOfFrameworks(Integer numberOfFrameworks)
The number of frameworks a report covers.
|
ReportSetting |
withReportTemplate(String reportTemplate)
Identifies the report template for the report.
|
public void setReportTemplate(String reportTemplate)
Identifies the report template for the report. Reports are built using a report template. The report templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
reportTemplate
- Identifies the report template for the report. Reports are built using a report template. The report
templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
public String getReportTemplate()
Identifies the report template for the report. Reports are built using a report template. The report templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
public ReportSetting withReportTemplate(String reportTemplate)
Identifies the report template for the report. Reports are built using a report template. The report templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
reportTemplate
- Identifies the report template for the report. Reports are built using a report template. The report
templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
public List<String> getFrameworkArns()
The Amazon Resource Names (ARNs) of the frameworks a report covers.
public void setFrameworkArns(Collection<String> frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
frameworkArns
- The Amazon Resource Names (ARNs) of the frameworks a report covers.public ReportSetting withFrameworkArns(String... frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
NOTE: This method appends the values to the existing list (if any). Use
setFrameworkArns(java.util.Collection)
or withFrameworkArns(java.util.Collection)
if you want
to override the existing values.
frameworkArns
- The Amazon Resource Names (ARNs) of the frameworks a report covers.public ReportSetting withFrameworkArns(Collection<String> frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
frameworkArns
- The Amazon Resource Names (ARNs) of the frameworks a report covers.public void setNumberOfFrameworks(Integer numberOfFrameworks)
The number of frameworks a report covers.
numberOfFrameworks
- The number of frameworks a report covers.public Integer getNumberOfFrameworks()
The number of frameworks a report covers.
public ReportSetting withNumberOfFrameworks(Integer numberOfFrameworks)
The number of frameworks a report covers.
numberOfFrameworks
- The number of frameworks a report covers.public String toString()
toString
in class Object
Object.toString()
public ReportSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.