GetBucketReplicationOutput
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewGetBucketReplicationOutput() *GetBucketReplicationOutput
NewGetBucketReplicationOutput instantiates a new GetBucketReplicationOutput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetBucketReplicationOutputWithDefaults() *GetBucketReplicationOutput
NewGetBucketReplicationOutputWithDefaults instantiates a new GetBucketReplicationOutput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetBucketReplicationOutput) GetReplicationConfiguration() ReplicationConfiguration
GetReplicationConfiguration returns the ReplicationConfiguration field if non-nil, zero value otherwise.
func (o *GetBucketReplicationOutput) GetReplicationConfigurationOk() (*ReplicationConfiguration, bool)
GetReplicationConfigurationOk returns a tuple with the ReplicationConfiguration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetBucketReplicationOutput) SetReplicationConfiguration(v ReplicationConfiguration)
SetReplicationConfiguration sets ReplicationConfiguration field to given value.
func (o *GetBucketReplicationOutput) HasReplicationConfiguration() bool
HasReplicationConfiguration returns a boolean if a field has been set.
ReplicationConfiguration
Pointer to ReplicationConfiguration
[optional]