Name | Type | Description | Notes |
---|---|---|---|
Key | Pointer to string | [optional] | |
Region | Pointer to string | [optional] | |
Secret | Pointer to string | [optional] |
func NewAWSPayload() *AWSPayload
NewAWSPayload instantiates a new AWSPayload 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 NewAWSPayloadWithDefaults() *AWSPayload
NewAWSPayloadWithDefaults instantiates a new AWSPayload 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 *AWSPayload) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *AWSPayload) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AWSPayload) SetKey(v string)
SetKey sets Key field to given value.
func (o *AWSPayload) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *AWSPayload) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *AWSPayload) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AWSPayload) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *AWSPayload) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *AWSPayload) GetSecret() string
GetSecret returns the Secret field if non-nil, zero value otherwise.
func (o *AWSPayload) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AWSPayload) SetSecret(v string)
SetSecret sets Secret field to given value.
func (o *AWSPayload) HasSecret() bool
HasSecret returns a boolean if a field has been set.