Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.34 KB

S3ChangeDomainResponse.md

File metadata and controls

82 lines (45 loc) · 2.34 KB

S3ChangeDomainResponse

Properties

Name Type Description Notes
S3 Pointer to S3S3 [optional]
Error Pointer to S3ChangeDomainResponseError [optional]

Methods

NewS3ChangeDomainResponse

func NewS3ChangeDomainResponse() *S3ChangeDomainResponse

NewS3ChangeDomainResponse instantiates a new S3ChangeDomainResponse 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

NewS3ChangeDomainResponseWithDefaults

func NewS3ChangeDomainResponseWithDefaults() *S3ChangeDomainResponse

NewS3ChangeDomainResponseWithDefaults instantiates a new S3ChangeDomainResponse 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

GetS3

func (o *S3ChangeDomainResponse) GetS3() S3S3

GetS3 returns the S3 field if non-nil, zero value otherwise.

GetS3Ok

func (o *S3ChangeDomainResponse) GetS3Ok() (*S3S3, bool)

GetS3Ok returns a tuple with the S3 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetS3

func (o *S3ChangeDomainResponse) SetS3(v S3S3)

SetS3 sets S3 field to given value.

HasS3

func (o *S3ChangeDomainResponse) HasS3() bool

HasS3 returns a boolean if a field has been set.

GetError

func (o *S3ChangeDomainResponse) GetError() S3ChangeDomainResponseError

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *S3ChangeDomainResponse) GetErrorOk() (*S3ChangeDomainResponseError, bool)

GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetError

func (o *S3ChangeDomainResponse) SetError(v S3ChangeDomainResponseError)

SetError sets Error field to given value.

HasError

func (o *S3ChangeDomainResponse) HasError() bool

HasError returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]