| Name | Type | Description | Notes |
|---|---|---|---|
| CommitId | string |
func NewEksAnywhereCommitResponse(commitId string, ) *EksAnywhereCommitResponse
NewEksAnywhereCommitResponse instantiates a new EksAnywhereCommitResponse 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 NewEksAnywhereCommitResponseWithDefaults() *EksAnywhereCommitResponse
NewEksAnywhereCommitResponseWithDefaults instantiates a new EksAnywhereCommitResponse 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 *EksAnywhereCommitResponse) GetCommitId() string
GetCommitId returns the CommitId field if non-nil, zero value otherwise.
func (o *EksAnywhereCommitResponse) GetCommitIdOk() (*string, bool)
GetCommitIdOk returns a tuple with the CommitId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EksAnywhereCommitResponse) SetCommitId(v string)
SetCommitId sets CommitId field to given value.