@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReportPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateReportPlanRequest() |
Modifier and Type | Method and Description |
---|---|
CreateReportPlanRequest |
addReportPlanTagsEntry(String key,
String value)
Add a single ReportPlanTags entry
|
CreateReportPlanRequest |
clearReportPlanTagsEntries()
Removes all the entries added into ReportPlanTags.
|
CreateReportPlanRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIdempotencyToken()
A customer-chosen string that you can use to distinguish between otherwise identical calls to
CreateReportPlanInput . |
ReportDeliveryChannel |
getReportDeliveryChannel()
A structure that contains information about where and how 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 of 1,024 characters.
|
String |
getReportPlanName()
The unique name of the report plan.
|
Map<String,String> |
getReportPlanTags()
Metadata that you can assign to help organize the report plans that you create.
|
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
CreateReportPlanInput . |
void |
setReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where and how 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 of 1,024 characters.
|
void |
setReportPlanName(String reportPlanName)
The unique name of the report plan.
|
void |
setReportPlanTags(Map<String,String> reportPlanTags)
Metadata that you can assign to help organize the report plans that you create.
|
void |
setReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
String |
toString()
Returns a string representation of this object.
|
CreateReportPlanRequest |
withIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
CreateReportPlanInput . |
CreateReportPlanRequest |
withReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where and how to deliver your reports, specifically your Amazon S3
bucket name, S3 key prefix, and the formats of your reports.
|
CreateReportPlanRequest |
withReportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum of 1,024 characters.
|
CreateReportPlanRequest |
withReportPlanName(String reportPlanName)
The unique name of the report plan.
|
CreateReportPlanRequest |
withReportPlanTags(Map<String,String> reportPlanTags)
Metadata that you can assign to help organize the report plans that you create.
|
CreateReportPlanRequest |
withReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setReportPlanName(String reportPlanName)
The unique name of the report plan. The name must be 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. The name must be 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. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
public CreateReportPlanRequest withReportPlanName(String reportPlanName)
The unique name of the report plan. The name must be 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. The name must be 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 of 1,024 characters.
reportPlanDescription
- An optional description of the report plan with a maximum of 1,024 characters.public String getReportPlanDescription()
An optional description of the report plan with a maximum of 1,024 characters.
public CreateReportPlanRequest withReportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum of 1,024 characters.
reportPlanDescription
- An optional description of the report plan with a maximum of 1,024 characters.public void setReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where and how 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 and how 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 and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
public CreateReportPlanRequest withReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where and how 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 and how 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:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
If the report template is RESOURCE_COMPLIANCE_REPORT
or CONTROL_COMPLIANCE_REPORT
, this
API resource also describes the report coverage by Amazon Web Services Regions and frameworks.
reportSetting
- 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
If the report template is RESOURCE_COMPLIANCE_REPORT
or
CONTROL_COMPLIANCE_REPORT
, this API resource also describes the report coverage by Amazon Web
Services Regions and frameworks.
public ReportSetting getReportSetting()
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
If the report template is RESOURCE_COMPLIANCE_REPORT
or CONTROL_COMPLIANCE_REPORT
, this
API resource also describes the report coverage by Amazon Web Services Regions and frameworks.
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
If the report template is RESOURCE_COMPLIANCE_REPORT
or
CONTROL_COMPLIANCE_REPORT
, this API resource also describes the report coverage by Amazon
Web Services Regions and frameworks.
public CreateReportPlanRequest withReportSetting(ReportSetting reportSetting)
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
If the report template is RESOURCE_COMPLIANCE_REPORT
or CONTROL_COMPLIANCE_REPORT
, this
API resource also describes the report coverage by Amazon Web Services Regions and frameworks.
reportSetting
- 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
If the report template is RESOURCE_COMPLIANCE_REPORT
or
CONTROL_COMPLIANCE_REPORT
, this API resource also describes the report coverage by Amazon Web
Services Regions and frameworks.
public Map<String,String> getReportPlanTags()
Metadata that you can assign to help organize the report plans that you create. Each tag is a key-value pair.
public void setReportPlanTags(Map<String,String> reportPlanTags)
Metadata that you can assign to help organize the report plans that you create. Each tag is a key-value pair.
reportPlanTags
- Metadata that you can assign to help organize the report plans that you create. Each tag is a key-value
pair.public CreateReportPlanRequest withReportPlanTags(Map<String,String> reportPlanTags)
Metadata that you can assign to help organize the report plans that you create. Each tag is a key-value pair.
reportPlanTags
- Metadata that you can assign to help organize the report plans that you create. Each tag is a key-value
pair.public CreateReportPlanRequest addReportPlanTagsEntry(String key, String value)
public CreateReportPlanRequest clearReportPlanTagsEntries()
public void setIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
CreateReportPlanInput
. 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
CreateReportPlanInput
. 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
CreateReportPlanInput
. Retrying a successful request with the same idempotency token results in a
success message with no action taken.
CreateReportPlanInput
. Retrying a successful request with the same idempotency token results
in a success message with no action taken.public CreateReportPlanRequest withIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
CreateReportPlanInput
. 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
CreateReportPlanInput
. Retrying a successful request with the same idempotency token results
in a success message with no action taken.public String toString()
toString
in class Object
Object.toString()
public CreateReportPlanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()