@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartReportCreationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartReportCreationRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartReportCreationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
The name of the Amazon S3 bucket where the report will be stored.
|
int |
hashCode() |
void |
setS3Bucket(String s3Bucket)
The name of the Amazon S3 bucket where the report will be stored.
|
String |
toString()
Returns a string representation of this object.
|
StartReportCreationRequest |
withS3Bucket(String s3Bucket)
The name of the Amazon S3 bucket where the report will be stored.
|
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 setS3Bucket(String s3Bucket)
The name of the Amazon S3 bucket where the report will be stored.
For more information on S3 bucket requirements, including an example bucket policy, see Additional Requirements for Running Organization-Wide Tag Compliance Report in the AWS Resource Groups User Guide.
s3Bucket - The name of the Amazon S3 bucket where the report will be stored.
For more information on S3 bucket requirements, including an example bucket policy, see Additional Requirements for Running Organization-Wide Tag Compliance Report in the AWS Resource Groups User Guide.
public String getS3Bucket()
The name of the Amazon S3 bucket where the report will be stored.
For more information on S3 bucket requirements, including an example bucket policy, see Additional Requirements for Running Organization-Wide Tag Compliance Report in the AWS Resource Groups User Guide.
For more information on S3 bucket requirements, including an example bucket policy, see Additional Requirements for Running Organization-Wide Tag Compliance Report in the AWS Resource Groups User Guide.
public StartReportCreationRequest withS3Bucket(String s3Bucket)
The name of the Amazon S3 bucket where the report will be stored.
For more information on S3 bucket requirements, including an example bucket policy, see Additional Requirements for Running Organization-Wide Tag Compliance Report in the AWS Resource Groups User Guide.
s3Bucket - The name of the Amazon S3 bucket where the report will be stored.
For more information on S3 bucket requirements, including an example bucket policy, see Additional Requirements for Running Organization-Wide Tag Compliance Report in the AWS Resource Groups User Guide.
public String toString()
toString in class ObjectObject.toString()public StartReportCreationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.