Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.99 KB

File metadata and controls

82 lines (45 loc) · 2.99 KB

S3ChangeDomainResponseErrorDomainAlreadyUsedDetails

Properties

Name Type Description Notes
ServiceUuid Pointer to string [optional]
ServiceType Pointer to string [optional]

Methods

NewS3ChangeDomainResponseErrorDomainAlreadyUsedDetails

func NewS3ChangeDomainResponseErrorDomainAlreadyUsedDetails() *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails

NewS3ChangeDomainResponseErrorDomainAlreadyUsedDetails instantiates a new S3ChangeDomainResponseErrorDomainAlreadyUsedDetails 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

NewS3ChangeDomainResponseErrorDomainAlreadyUsedDetailsWithDefaults

func NewS3ChangeDomainResponseErrorDomainAlreadyUsedDetailsWithDefaults() *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails

NewS3ChangeDomainResponseErrorDomainAlreadyUsedDetailsWithDefaults instantiates a new S3ChangeDomainResponseErrorDomainAlreadyUsedDetails 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

GetServiceUuid

func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) GetServiceUuid() string

GetServiceUuid returns the ServiceUuid field if non-nil, zero value otherwise.

GetServiceUuidOk

func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) GetServiceUuidOk() (*string, bool)

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

SetServiceUuid

func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) SetServiceUuid(v string)

SetServiceUuid sets ServiceUuid field to given value.

HasServiceUuid

func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) HasServiceUuid() bool

HasServiceUuid returns a boolean if a field has been set.

GetServiceType

func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) GetServiceType() string

GetServiceType returns the ServiceType field if non-nil, zero value otherwise.

GetServiceTypeOk

func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) GetServiceTypeOk() (*string, bool)

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

SetServiceType

func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) SetServiceType(v string)

SetServiceType sets ServiceType field to given value.

HasServiceType

func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) HasServiceType() bool

HasServiceType returns a boolean if a field has been set.

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