7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename ExecutionTimeT = Aws::Utils::DateTime>
52 void SetExecutionTime(ExecutionTimeT&& value) { m_executionTimeHasBeenSet =
true; m_executionTime = std::forward<ExecutionTimeT>(value); }
53 template<
typename ExecutionTimeT = Aws::Utils::DateTime>
65 template<
typename ExecutionIdT = Aws::String>
66 void SetExecutionId(ExecutionIdT&& value) { m_executionIdHasBeenSet =
true; m_executionId = std::forward<ExecutionIdT>(value); }
67 template<
typename ExecutionIdT = Aws::String>
78 template<
typename ExecutionTypeT = Aws::String>
79 void SetExecutionType(ExecutionTypeT&& value) { m_executionTypeHasBeenSet =
true; m_executionType = std::forward<ExecutionTypeT>(value); }
80 template<
typename ExecutionTypeT = Aws::String>
86 bool m_executionTimeHasBeenSet =
false;
89 bool m_executionIdHasBeenSet =
false;
92 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