7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/ssm/model/OutputSource.h>
49 template<
typename AssociationIdT = Aws::String>
50 void SetAssociationId(AssociationIdT&& value) { m_associationIdHasBeenSet =
true; m_associationId = std::forward<AssociationIdT>(value); }
51 template<
typename AssociationIdT = Aws::String>
61 template<
typename AssociationVersionT = Aws::String>
62 void SetAssociationVersion(AssociationVersionT&& value) { m_associationVersionHasBeenSet =
true; m_associationVersion = std::forward<AssociationVersionT>(value); }
63 template<
typename AssociationVersionT = Aws::String>
73 template<
typename ExecutionIdT = Aws::String>
74 void SetExecutionId(ExecutionIdT&& value) { m_executionIdHasBeenSet =
true; m_executionId = std::forward<ExecutionIdT>(value); }
75 template<
typename ExecutionIdT = Aws::String>
86 template<
typename ResourceIdT = Aws::String>
87 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
88 template<
typename ResourceIdT = Aws::String>
98 template<
typename ResourceTypeT = Aws::String>
99 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
100 template<
typename ResourceTypeT = Aws::String>
110 template<
typename StatusT = Aws::String>
111 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
112 template<
typename StatusT = Aws::String>
122 template<
typename DetailedStatusT = Aws::String>
123 void SetDetailedStatus(DetailedStatusT&& value) { m_detailedStatusHasBeenSet =
true; m_detailedStatus = std::forward<DetailedStatusT>(value); }
124 template<
typename DetailedStatusT = Aws::String>
134 template<
typename LastExecutionDateT = Aws::Utils::DateTime>
135 void SetLastExecutionDate(LastExecutionDateT&& value) { m_lastExecutionDateHasBeenSet =
true; m_lastExecutionDate = std::forward<LastExecutionDateT>(value); }
136 template<
typename LastExecutionDateT = Aws::Utils::DateTime>
146 template<
typename OutputSourceT = OutputSource>
147 void SetOutputSource(OutputSourceT&& value) { m_outputSourceHasBeenSet =
true; m_outputSource = std::forward<OutputSourceT>(value); }
148 template<
typename OutputSourceT = OutputSource>
154 bool m_associationIdHasBeenSet =
false;
157 bool m_associationVersionHasBeenSet =
false;
160 bool m_executionIdHasBeenSet =
false;
163 bool m_resourceIdHasBeenSet =
false;
166 bool m_resourceTypeHasBeenSet =
false;
169 bool m_statusHasBeenSet =
false;
172 bool m_detailedStatusHasBeenSet =
false;
175 bool m_lastExecutionDateHasBeenSet =
false;
177 OutputSource m_outputSource;
178 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