Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.09 KB

AwsClusterCredentials.md

File metadata and controls

114 lines (61 loc) · 3.09 KB

AwsClusterCredentials

Properties

Name Type Description Notes
Id string
Name string
AccessKeyId string
ObjectType string

Methods

NewAwsClusterCredentials

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

NewAwsClusterCredentialsWithDefaults

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

GetId

func (o *AwsClusterCredentials) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *AwsClusterCredentials) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *AwsClusterCredentials) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *AwsClusterCredentials) SetName(v string)

SetName sets Name field to given value.

GetAccessKeyId

func (o *AwsClusterCredentials) GetAccessKeyId() string

GetAccessKeyId returns the AccessKeyId field if non-nil, zero value otherwise.

GetAccessKeyIdOk

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.

SetAccessKeyId

func (o *AwsClusterCredentials) SetAccessKeyId(v string)

SetAccessKeyId sets AccessKeyId field to given value.

GetObjectType

func (o *AwsClusterCredentials) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

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.

SetObjectType

func (o *AwsClusterCredentials) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

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