| Name | Type | Description | Notes |
|---|---|---|---|
| Username | Pointer to string | [optional] | |
| Password | Pointer to string | [optional] | |
| ExpiresAt | Pointer to string | [optional] | |
| Endpoint | Pointer to string | [optional] |
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
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
func (o *GetEcrLoginCredentials200Response) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *GetEcrLoginCredentials200Response) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *GetEcrLoginCredentials200Response) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *GetEcrLoginCredentials200Response) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
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.
func (o *GetEcrLoginCredentials200Response) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *GetEcrLoginCredentials200Response) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *GetEcrLoginCredentials200Response) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
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.
func (o *GetEcrLoginCredentials200Response) SetExpiresAt(v string)
SetExpiresAt sets ExpiresAt field to given value.
func (o *GetEcrLoginCredentials200Response) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (o *GetEcrLoginCredentials200Response) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
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.
func (o *GetEcrLoginCredentials200Response) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *GetEcrLoginCredentials200Response) HasEndpoint() bool
HasEndpoint returns a boolean if a field has been set.