| Name | Type | Description | Notes |
|---|---|---|---|
| ServiceUuid | Pointer to string | [optional] | |
| ServiceType | Pointer to string | [optional] |
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
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
func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) GetServiceUuid() string
GetServiceUuid returns the ServiceUuid field if non-nil, zero value otherwise.
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.
func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) SetServiceUuid(v string)
SetServiceUuid sets ServiceUuid field to given value.
func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) HasServiceUuid() bool
HasServiceUuid returns a boolean if a field has been set.
func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) GetServiceType() string
GetServiceType returns the ServiceType field if non-nil, zero value otherwise.
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.
func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) SetServiceType(v string)
SetServiceType sets ServiceType field to given value.
func (o *S3ChangeDomainResponseErrorDomainAlreadyUsedDetails) HasServiceType() bool
HasServiceType returns a boolean if a field has been set.