7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/SSM_EXPORTS.h>
51 template <
typename ExecutionTimeT = Aws::Utils::DateTime>
53 m_executionTimeHasBeenSet =
true;
54 m_executionTime = std::forward<ExecutionTimeT>(value);
56 template <
typename ExecutionTimeT = Aws::Utils::DateTime>
71 template <
typename ExecutionIdT = Aws::String>
73 m_executionIdHasBeenSet =
true;
74 m_executionId = std::forward<ExecutionIdT>(value);
76 template <
typename ExecutionIdT = Aws::String>
90 template <
typename ExecutionTypeT = Aws::String>
92 m_executionTypeHasBeenSet =
true;
93 m_executionType = std::forward<ExecutionTypeT>(value);
95 template <
typename ExecutionTypeT = Aws::String>
107 bool m_executionTimeHasBeenSet =
false;
108 bool m_executionIdHasBeenSet =
false;
109 bool m_executionTypeHasBeenSet =
false;
bool ExecutionIdHasBeenSet() const
AWS_SSM_API ComplianceExecutionSummary()=default
bool ExecutionTimeHasBeenSet() const
ComplianceExecutionSummary & WithExecutionType(ExecutionTypeT &&value)
const Aws::String & GetExecutionType() const
void SetExecutionTime(ExecutionTimeT &&value)
ComplianceExecutionSummary & WithExecutionId(ExecutionIdT &&value)
ComplianceExecutionSummary & WithExecutionTime(ExecutionTimeT &&value)
void SetExecutionType(ExecutionTypeT &&value)
const Aws::Utils::DateTime & GetExecutionTime() const
bool ExecutionTypeHasBeenSet() const
AWS_SSM_API ComplianceExecutionSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API ComplianceExecutionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExecutionId(ExecutionIdT &&value)
const Aws::String & GetExecutionId() const
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue