@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateReportPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateReportPlanRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateReportPlanRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIdempotencyToken()
A customer-chosen string that you can use to distinguish between otherwise identical calls to
UpdateReportPlanInput. |
ReportDeliveryChannel |
getReportDeliveryChannel()
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket
name, S3 key prefix, and the formats of your reports.
|
String |
getReportPlanDescription()
An optional description of the report plan with a maximum 1,024 characters.
|
String |
getReportPlanName()
The unique name of the report plan.
|
ReportSetting |
getReportSetting()
Identifies the report template for the report.
|
int |
hashCode() |
void |
setIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
UpdateReportPlanInput. |
void |
setReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket
name, S3 key prefix, and the formats of your reports.
|
void |
setReportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum 1,024 characters.
|
void |
setReportPlanName(String reportPlanName)
The unique name of the report plan.
|
void |
setReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
String |
toString()
Returns a string representation of this object.
|
UpdateReportPlanRequest |
withIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
UpdateReportPlanInput. |
UpdateReportPlanRequest |
withReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket
name, S3 key prefix, and the formats of your reports.
|
UpdateReportPlanRequest |
withReportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum 1,024 characters.
|
UpdateReportPlanRequest |
withReportPlanName(String reportPlanName)
The unique name of the report plan.
|
UpdateReportPlanRequest |
withReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setReportPlanName(String reportPlanName)
The unique name of the report plan. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
reportPlanName - The unique name of the report plan. This name is between 1 and 256 characters, starting with a letter, and
consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).public String getReportPlanName()
The unique name of the report plan. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
public UpdateReportPlanRequest withReportPlanName(String reportPlanName)
The unique name of the report plan. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
reportPlanName - The unique name of the report plan. This name is between 1 and 256 characters, starting with a letter, and
consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).public void setReportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum 1,024 characters.
reportPlanDescription - An optional description of the report plan with a maximum 1,024 characters.public String getReportPlanDescription()
An optional description of the report plan with a maximum 1,024 characters.
public UpdateReportPlanRequest withReportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum 1,024 characters.
reportPlanDescription - An optional description of the report plan with a maximum 1,024 characters.public void setReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
reportDeliveryChannel - A structure that contains information about where to deliver your reports, specifically your Amazon S3
bucket name, S3 key prefix, and the formats of your reports.public ReportDeliveryChannel getReportDeliveryChannel()
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
public UpdateReportPlanRequest withReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
reportDeliveryChannel - A structure that contains information about where to deliver your reports, specifically your Amazon S3
bucket name, S3 key prefix, and the formats of your reports.public void setReportSetting(ReportSetting reportSetting)
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
reportSetting - 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 ReportSetting getReportSetting()
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 UpdateReportPlanRequest withReportSetting(ReportSetting reportSetting)
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
reportSetting - 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 void setIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
UpdateReportPlanInput. Retrying a successful request with the same idempotency token results in a
success message with no action taken.
idempotencyToken - A customer-chosen string that you can use to distinguish between otherwise identical calls to
UpdateReportPlanInput. Retrying a successful request with the same idempotency token results
in a success message with no action taken.public String getIdempotencyToken()
A customer-chosen string that you can use to distinguish between otherwise identical calls to
UpdateReportPlanInput. Retrying a successful request with the same idempotency token results in a
success message with no action taken.
UpdateReportPlanInput. Retrying a successful request with the same idempotency token results
in a success message with no action taken.public UpdateReportPlanRequest withIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
UpdateReportPlanInput. Retrying a successful request with the same idempotency token results in a
success message with no action taken.
idempotencyToken - A customer-chosen string that you can use to distinguish between otherwise identical calls to
UpdateReportPlanInput. Retrying a successful request with the same idempotency token results
in a success message with no action taken.public String toString()
toString in class ObjectObject.toString()public UpdateReportPlanRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.