@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUsageReportSubscriptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateUsageReportSubscriptionResult() |
Modifier and Type | Method and Description |
---|---|
CreateUsageReportSubscriptionResult |
clone() |
boolean |
equals(Object obj) |
String |
getS3BucketName()
The Amazon S3 bucket where generated reports are stored.
|
String |
getSchedule()
The schedule for generating usage reports.
|
int |
hashCode() |
void |
setS3BucketName(String s3BucketName)
The Amazon S3 bucket where generated reports are stored.
|
void |
setSchedule(String schedule)
The schedule for generating usage reports.
|
String |
toString()
Returns a string representation of this object.
|
CreateUsageReportSubscriptionResult |
withS3BucketName(String s3BucketName)
The Amazon S3 bucket where generated reports are stored.
|
CreateUsageReportSubscriptionResult |
withSchedule(String schedule)
The schedule for generating usage reports.
|
CreateUsageReportSubscriptionResult |
withSchedule(UsageReportSchedule schedule)
The schedule for generating usage reports.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setS3BucketName(String s3BucketName)
The Amazon S3 bucket where generated reports are stored.
If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
s3BucketName
- The Amazon S3 bucket where generated reports are stored.
If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
public String getS3BucketName()
The Amazon S3 bucket where generated reports are stored.
If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
public CreateUsageReportSubscriptionResult withS3BucketName(String s3BucketName)
The Amazon S3 bucket where generated reports are stored.
If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
s3BucketName
- The Amazon S3 bucket where generated reports are stored.
If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
public void setSchedule(String schedule)
The schedule for generating usage reports.
schedule
- The schedule for generating usage reports.UsageReportSchedule
public String getSchedule()
The schedule for generating usage reports.
UsageReportSchedule
public CreateUsageReportSubscriptionResult withSchedule(String schedule)
The schedule for generating usage reports.
schedule
- The schedule for generating usage reports.UsageReportSchedule
public CreateUsageReportSubscriptionResult withSchedule(UsageReportSchedule schedule)
The schedule for generating usage reports.
schedule
- The schedule for generating usage reports.UsageReportSchedule
public String toString()
toString
in class Object
Object.toString()
public CreateUsageReportSubscriptionResult clone()