@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) |
String |
getReportTemplate()
Identifies the report template for the report.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setReportTemplate(String reportTemplate)
Identifies the report template for the report.
|
String |
toString()
Returns a string representation of this object.
|
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:
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:
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:
BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_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:
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:
BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
public String toString()
toString in class ObjectObject.toString()public ReportSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.