Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.58 KB

File metadata and controls

93 lines (50 loc) · 2.58 KB

AwsRoleCredentialsRequest

Properties

Name Type Description Notes
Type string
Name string
RoleArn string

Methods

NewAwsRoleCredentialsRequest

func NewAwsRoleCredentialsRequest(type_ string, name string, roleArn string, ) *AwsRoleCredentialsRequest

NewAwsRoleCredentialsRequest instantiates a new AwsRoleCredentialsRequest 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

NewAwsRoleCredentialsRequestWithDefaults

func NewAwsRoleCredentialsRequestWithDefaults() *AwsRoleCredentialsRequest

NewAwsRoleCredentialsRequestWithDefaults instantiates a new AwsRoleCredentialsRequest 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

GetType

func (o *AwsRoleCredentialsRequest) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *AwsRoleCredentialsRequest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *AwsRoleCredentialsRequest) SetType(v string)

SetType sets Type field to given value.

GetName

func (o *AwsRoleCredentialsRequest) GetName() string

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

GetNameOk

func (o *AwsRoleCredentialsRequest) 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 *AwsRoleCredentialsRequest) SetName(v string)

SetName sets Name field to given value.

GetRoleArn

func (o *AwsRoleCredentialsRequest) GetRoleArn() string

GetRoleArn returns the RoleArn field if non-nil, zero value otherwise.

GetRoleArnOk

func (o *AwsRoleCredentialsRequest) GetRoleArnOk() (*string, bool)

GetRoleArnOk returns a tuple with the RoleArn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRoleArn

func (o *AwsRoleCredentialsRequest) SetRoleArn(v string)

SetRoleArn sets RoleArn field to given value.

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