@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)
Marshalls this structured data using the given
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 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.