Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.62 KB

AWSPayload.md

File metadata and controls

108 lines (59 loc) · 2.62 KB

AWSPayload

Properties

Name Type Description Notes
Key Pointer to string [optional]
Region Pointer to string [optional]
Secret Pointer to string [optional]

Methods

NewAWSPayload

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

NewAWSPayloadWithDefaults

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

GetKey

func (o *AWSPayload) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *AWSPayload) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *AWSPayload) HasKey() bool

HasKey returns a boolean if a field has been set.

GetRegion

func (o *AWSPayload) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

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.

SetRegion

func (o *AWSPayload) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *AWSPayload) HasRegion() bool

HasRegion returns a boolean if a field has been set.

GetSecret

func (o *AWSPayload) GetSecret() string

GetSecret returns the Secret field if non-nil, zero value otherwise.

GetSecretOk

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.

SetSecret

func (o *AWSPayload) SetSecret(v string)

SetSecret sets Secret field to given value.

HasSecret

func (o *AWSPayload) HasSecret() bool

HasSecret returns a boolean if a field has been set.

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