| Name | Type | Description | Notes |
|---|---|---|---|
| DeploymentId | Pointer to string | Deployment identifier | [optional] |
| TaskDefinitionArn | Pointer to string | Task definition ARN used | [optional] |
| CreatedAt | Pointer to time.Time | Deployment creation timestamp | [optional] |
| Status | Pointer to string | Deployment status | [optional] |
| ImageTag | Pointer to string | Image tag deployed | [optional] |
func NewApplicationDeploymentInformationInner() *ApplicationDeploymentInformationInner
NewApplicationDeploymentInformationInner instantiates a new ApplicationDeploymentInformationInner 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 NewApplicationDeploymentInformationInnerWithDefaults() *ApplicationDeploymentInformationInner
NewApplicationDeploymentInformationInnerWithDefaults instantiates a new ApplicationDeploymentInformationInner 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 *ApplicationDeploymentInformationInner) GetDeploymentId() string
GetDeploymentId returns the DeploymentId field if non-nil, zero value otherwise.
func (o *ApplicationDeploymentInformationInner) GetDeploymentIdOk() (*string, bool)
GetDeploymentIdOk returns a tuple with the DeploymentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationDeploymentInformationInner) SetDeploymentId(v string)
SetDeploymentId sets DeploymentId field to given value.
func (o *ApplicationDeploymentInformationInner) HasDeploymentId() bool
HasDeploymentId returns a boolean if a field has been set.
func (o *ApplicationDeploymentInformationInner) GetTaskDefinitionArn() string
GetTaskDefinitionArn returns the TaskDefinitionArn field if non-nil, zero value otherwise.
func (o *ApplicationDeploymentInformationInner) GetTaskDefinitionArnOk() (*string, bool)
GetTaskDefinitionArnOk returns a tuple with the TaskDefinitionArn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationDeploymentInformationInner) SetTaskDefinitionArn(v string)
SetTaskDefinitionArn sets TaskDefinitionArn field to given value.
func (o *ApplicationDeploymentInformationInner) HasTaskDefinitionArn() bool
HasTaskDefinitionArn returns a boolean if a field has been set.
func (o *ApplicationDeploymentInformationInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ApplicationDeploymentInformationInner) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationDeploymentInformationInner) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ApplicationDeploymentInformationInner) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ApplicationDeploymentInformationInner) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ApplicationDeploymentInformationInner) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationDeploymentInformationInner) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ApplicationDeploymentInformationInner) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *ApplicationDeploymentInformationInner) GetImageTag() string
GetImageTag returns the ImageTag field if non-nil, zero value otherwise.
func (o *ApplicationDeploymentInformationInner) GetImageTagOk() (*string, bool)
GetImageTagOk returns a tuple with the ImageTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationDeploymentInformationInner) SetImageTag(v string)
SetImageTag sets ImageTag field to given value.
func (o *ApplicationDeploymentInformationInner) HasImageTag() bool
HasImageTag returns a boolean if a field has been set.