Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4 KB

File metadata and controls

134 lines (73 loc) · 4 KB

GetEcrLoginCredentials200Response

Properties

Name Type Description Notes
Username Pointer to string [optional]
Password Pointer to string [optional]
ExpiresAt Pointer to string [optional]
Endpoint Pointer to string [optional]

Methods

NewGetEcrLoginCredentials200Response

func NewGetEcrLoginCredentials200Response() *GetEcrLoginCredentials200Response

NewGetEcrLoginCredentials200Response instantiates a new GetEcrLoginCredentials200Response 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

NewGetEcrLoginCredentials200ResponseWithDefaults

func NewGetEcrLoginCredentials200ResponseWithDefaults() *GetEcrLoginCredentials200Response

NewGetEcrLoginCredentials200ResponseWithDefaults instantiates a new GetEcrLoginCredentials200Response 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

GetUsername

func (o *GetEcrLoginCredentials200Response) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *GetEcrLoginCredentials200Response) GetUsernameOk() (*string, bool)

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

SetUsername

func (o *GetEcrLoginCredentials200Response) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *GetEcrLoginCredentials200Response) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetPassword

func (o *GetEcrLoginCredentials200Response) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *GetEcrLoginCredentials200Response) GetPasswordOk() (*string, bool)

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

SetPassword

func (o *GetEcrLoginCredentials200Response) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *GetEcrLoginCredentials200Response) HasPassword() bool

HasPassword returns a boolean if a field has been set.

GetExpiresAt

func (o *GetEcrLoginCredentials200Response) GetExpiresAt() string

GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.

GetExpiresAtOk

func (o *GetEcrLoginCredentials200Response) GetExpiresAtOk() (*string, bool)

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

SetExpiresAt

func (o *GetEcrLoginCredentials200Response) SetExpiresAt(v string)

SetExpiresAt sets ExpiresAt field to given value.

HasExpiresAt

func (o *GetEcrLoginCredentials200Response) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

GetEndpoint

func (o *GetEcrLoginCredentials200Response) GetEndpoint() string

GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.

GetEndpointOk

func (o *GetEcrLoginCredentials200Response) GetEndpointOk() (*string, bool)

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

SetEndpoint

func (o *GetEcrLoginCredentials200Response) SetEndpoint(v string)

SetEndpoint sets Endpoint field to given value.

HasEndpoint

func (o *GetEcrLoginCredentials200Response) HasEndpoint() bool

HasEndpoint returns a boolean if a field has been set.

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