| Name | Type | Description | Notes |
|---|---|---|---|
| ServiceId | Pointer to string | [optional] | |
| ServiceDisplayName | Pointer to string | [optional] | |
| ServiceSlug | Pointer to string | [optional] |
func NewS3S3Cdn() *S3S3Cdn
NewS3S3Cdn instantiates a new S3S3Cdn 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 NewS3S3CdnWithDefaults() *S3S3Cdn
NewS3S3CdnWithDefaults instantiates a new S3S3Cdn 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 *S3S3Cdn) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *S3S3Cdn) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3S3Cdn) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *S3S3Cdn) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (o *S3S3Cdn) GetServiceDisplayName() string
GetServiceDisplayName returns the ServiceDisplayName field if non-nil, zero value otherwise.
func (o *S3S3Cdn) GetServiceDisplayNameOk() (*string, bool)
GetServiceDisplayNameOk returns a tuple with the ServiceDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3S3Cdn) SetServiceDisplayName(v string)
SetServiceDisplayName sets ServiceDisplayName field to given value.
func (o *S3S3Cdn) HasServiceDisplayName() bool
HasServiceDisplayName returns a boolean if a field has been set.
func (o *S3S3Cdn) GetServiceSlug() string
GetServiceSlug returns the ServiceSlug field if non-nil, zero value otherwise.
func (o *S3S3Cdn) GetServiceSlugOk() (*string, bool)
GetServiceSlugOk returns a tuple with the ServiceSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3S3Cdn) SetServiceSlug(v string)
SetServiceSlug sets ServiceSlug field to given value.
func (o *S3S3Cdn) HasServiceSlug() bool
HasServiceSlug returns a boolean if a field has been set.