Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
AccessKeyId | string | ||
SecretAccessKey | string |
func NewAwsCredentialsRequest(name string, accessKeyId string, secretAccessKey string, ) *AwsCredentialsRequest
NewAwsCredentialsRequest instantiates a new AwsCredentialsRequest 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 NewAwsCredentialsRequestWithDefaults() *AwsCredentialsRequest
NewAwsCredentialsRequestWithDefaults instantiates a new AwsCredentialsRequest 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 *AwsCredentialsRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AwsCredentialsRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsCredentialsRequest) SetName(v string)
SetName sets Name field to given value.
func (o *AwsCredentialsRequest) GetAccessKeyId() string
GetAccessKeyId returns the AccessKeyId field if non-nil, zero value otherwise.
func (o *AwsCredentialsRequest) GetAccessKeyIdOk() (*string, bool)
GetAccessKeyIdOk returns a tuple with the AccessKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsCredentialsRequest) SetAccessKeyId(v string)
SetAccessKeyId sets AccessKeyId field to given value.
func (o *AwsCredentialsRequest) GetSecretAccessKey() string
GetSecretAccessKey returns the SecretAccessKey field if non-nil, zero value otherwise.
func (o *AwsCredentialsRequest) GetSecretAccessKeyOk() (*string, bool)
GetSecretAccessKeyOk returns a tuple with the SecretAccessKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsCredentialsRequest) SetSecretAccessKey(v string)
SetSecretAccessKey sets SecretAccessKey field to given value.