#include <Destination.h>
Definition at line 34 of file Destination.h.
Aws::S3::Model::Destination::Destination |
( |
| ) |
|
const Aws::String& Aws::S3::Model::Destination::GetBucket |
( |
| ) |
const |
|
inline |
Amazon resource name (ARN) of the bucket where you want Amazon S3 to store replicas of the object identified by the rule.
Definition at line 47 of file Destination.h.
const StorageClass& Aws::S3::Model::Destination::GetStorageClass |
( |
| ) |
const |
|
inline |
The class of storage used to store the object.
Definition at line 88 of file Destination.h.
void Aws::S3::Model::Destination::SetBucket |
( |
const Aws::String & |
value | ) |
|
|
inline |
Amazon resource name (ARN) of the bucket where you want Amazon S3 to store replicas of the object identified by the rule.
Definition at line 53 of file Destination.h.
void Aws::S3::Model::Destination::SetBucket |
( |
Aws::String && |
value | ) |
|
|
inline |
Amazon resource name (ARN) of the bucket where you want Amazon S3 to store replicas of the object identified by the rule.
Definition at line 59 of file Destination.h.
void Aws::S3::Model::Destination::SetBucket |
( |
const char * |
value | ) |
|
|
inline |
Amazon resource name (ARN) of the bucket where you want Amazon S3 to store replicas of the object identified by the rule.
Definition at line 65 of file Destination.h.
void Aws::S3::Model::Destination::SetStorageClass |
( |
const StorageClass & |
value | ) |
|
|
inline |
The class of storage used to store the object.
Definition at line 93 of file Destination.h.
void Aws::S3::Model::Destination::SetStorageClass |
( |
StorageClass && |
value | ) |
|
|
inline |
The class of storage used to store the object.
Definition at line 98 of file Destination.h.
Amazon resource name (ARN) of the bucket where you want Amazon S3 to store replicas of the object identified by the rule.
Definition at line 71 of file Destination.h.
Amazon resource name (ARN) of the bucket where you want Amazon S3 to store replicas of the object identified by the rule.
Definition at line 77 of file Destination.h.
Destination& Aws::S3::Model::Destination::WithBucket |
( |
const char * |
value | ) |
|
|
inline |
Amazon resource name (ARN) of the bucket where you want Amazon S3 to store replicas of the object identified by the rule.
Definition at line 83 of file Destination.h.
The class of storage used to store the object.
Definition at line 103 of file Destination.h.
The class of storage used to store the object.
Definition at line 108 of file Destination.h.
The documentation for this class was generated from the following file: