Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Name | string | ||
AccessKeyId | string | ||
ObjectType | string |
func NewAwsClusterCredentials(id string, name string, accessKeyId string, objectType string, ) *AwsClusterCredentials
NewAwsClusterCredentials instantiates a new AwsClusterCredentials 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 NewAwsClusterCredentialsWithDefaults() *AwsClusterCredentials
NewAwsClusterCredentialsWithDefaults instantiates a new AwsClusterCredentials 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 *AwsClusterCredentials) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AwsClusterCredentials) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsClusterCredentials) SetId(v string)
SetId sets Id field to given value.
func (o *AwsClusterCredentials) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AwsClusterCredentials) 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 *AwsClusterCredentials) SetName(v string)
SetName sets Name field to given value.
func (o *AwsClusterCredentials) GetAccessKeyId() string
GetAccessKeyId returns the AccessKeyId field if non-nil, zero value otherwise.
func (o *AwsClusterCredentials) 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 *AwsClusterCredentials) SetAccessKeyId(v string)
SetAccessKeyId sets AccessKeyId field to given value.
func (o *AwsClusterCredentials) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *AwsClusterCredentials) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsClusterCredentials) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.