7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/OutputSource.h>
43 template <
typename AssociationIdT = Aws::String>
45 m_associationIdHasBeenSet =
true;
46 m_associationId = std::forward<AssociationIdT>(value);
48 template <
typename AssociationIdT = Aws::String>
61 template <
typename AssociationVersionT = Aws::String>
63 m_associationVersionHasBeenSet =
true;
64 m_associationVersion = std::forward<AssociationVersionT>(value);
66 template <
typename AssociationVersionT = Aws::String>
79 template <
typename ExecutionIdT = Aws::String>
81 m_executionIdHasBeenSet =
true;
82 m_executionId = std::forward<ExecutionIdT>(value);
84 template <
typename ExecutionIdT = Aws::String>
98 template <
typename ResourceIdT = Aws::String>
100 m_resourceIdHasBeenSet =
true;
101 m_resourceId = std::forward<ResourceIdT>(value);
103 template <
typename ResourceIdT = Aws::String>
116 template <
typename ResourceTypeT = Aws::String>
118 m_resourceTypeHasBeenSet =
true;
119 m_resourceType = std::forward<ResourceTypeT>(value);
121 template <
typename ResourceTypeT = Aws::String>
134 template <
typename StatusT = Aws::String>
136 m_statusHasBeenSet =
true;
137 m_status = std::forward<StatusT>(value);
139 template <
typename StatusT = Aws::String>
152 template <
typename DetailedStatusT = Aws::String>
154 m_detailedStatusHasBeenSet =
true;
155 m_detailedStatus = std::forward<DetailedStatusT>(value);
157 template <
typename DetailedStatusT = Aws::String>
170 template <
typename LastExecutionDateT = Aws::Utils::DateTime>
172 m_lastExecutionDateHasBeenSet =
true;
173 m_lastExecutionDate = std::forward<LastExecutionDateT>(value);
175 template <
typename LastExecutionDateT = Aws::Utils::DateTime>
188 template <
typename OutputSourceT = OutputSource>
190 m_outputSourceHasBeenSet =
true;
191 m_outputSource = std::forward<OutputSourceT>(value);
193 template <
typename OutputSourceT = OutputSource>
216 OutputSource m_outputSource;
217 bool m_associationIdHasBeenSet =
false;
218 bool m_associationVersionHasBeenSet =
false;
219 bool m_executionIdHasBeenSet =
false;
220 bool m_resourceIdHasBeenSet =
false;
221 bool m_resourceTypeHasBeenSet =
false;
222 bool m_statusHasBeenSet =
false;
223 bool m_detailedStatusHasBeenSet =
false;
224 bool m_lastExecutionDateHasBeenSet =
false;
225 bool m_outputSourceHasBeenSet =
false;
bool StatusHasBeenSet() const
AssociationExecutionTarget & WithDetailedStatus(DetailedStatusT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetStatus() const
AssociationExecutionTarget & WithStatus(StatusT &&value)
const Aws::String & GetResourceId() const
const Aws::String & GetExecutionId() const
bool AssociationIdHasBeenSet() const
const Aws::String & GetDetailedStatus() const
void SetExecutionId(ExecutionIdT &&value)
void SetResourceId(ResourceIdT &&value)
AssociationExecutionTarget & WithAssociationId(AssociationIdT &&value)
AWS_SSM_API AssociationExecutionTarget(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastExecutionDate() const
AssociationExecutionTarget & WithAssociationVersion(AssociationVersionT &&value)
bool ResourceIdHasBeenSet() const
AssociationExecutionTarget & WithOutputSource(OutputSourceT &&value)
AssociationExecutionTarget & WithLastExecutionDate(LastExecutionDateT &&value)
bool ExecutionIdHasBeenSet() const
void SetAssociationVersion(AssociationVersionT &&value)
void SetOutputSource(OutputSourceT &&value)
void SetAssociationId(AssociationIdT &&value)
const Aws::String & GetAssociationId() const
bool OutputSourceHasBeenSet() const
const Aws::String & GetResourceType() const
void SetResourceType(ResourceTypeT &&value)
AssociationExecutionTarget & WithResourceId(ResourceIdT &&value)
bool LastExecutionDateHasBeenSet() const
bool ResourceTypeHasBeenSet() const
AssociationExecutionTarget & WithResourceType(ResourceTypeT &&value)
bool DetailedStatusHasBeenSet() const
AssociationExecutionTarget & WithExecutionId(ExecutionIdT &&value)
void SetStatus(StatusT &&value)
AWS_SSM_API AssociationExecutionTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastExecutionDate(LastExecutionDateT &&value)
const Aws::String & GetAssociationVersion() const
bool AssociationVersionHasBeenSet() const
void SetDetailedStatus(DetailedStatusT &&value)
const OutputSource & GetOutputSource() const
AWS_SSM_API AssociationExecutionTarget()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue