7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
10#include <aws/securityagent/model/ContextType.h>
21namespace SecurityAgent {
44 m_contextTypeHasBeenSet =
true;
45 m_contextType = value;
59 template <
typename ContextT = Aws::String>
61 m_contextHasBeenSet =
true;
62 m_context = std::forward<ContextT>(value);
64 template <
typename ContextT = Aws::String>
77 template <
typename TimestampT = Aws::Utils::DateTime>
79 m_timestampHasBeenSet =
true;
80 m_timestamp = std::forward<TimestampT>(value);
82 template <
typename TimestampT = Aws::Utils::DateTime>
94 bool m_contextTypeHasBeenSet =
false;
95 bool m_contextHasBeenSet =
false;
96 bool m_timestampHasBeenSet =
false;
ExecutionContext & WithContextType(ContextType value)
bool ContextHasBeenSet() const
void SetContext(ContextT &&value)
AWS_SECURITYAGENT_API ExecutionContext & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API ExecutionContext()=default
bool TimestampHasBeenSet() const
bool ContextTypeHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetTimestamp() const
void SetContextType(ContextType value)
ExecutionContext & WithTimestamp(TimestampT &&value)
const Aws::String & GetContext() const
void SetTimestamp(TimestampT &&value)
AWS_SECURITYAGENT_API ExecutionContext(Aws::Utils::Json::JsonView jsonValue)
ContextType GetContextType() const
ExecutionContext & WithContext(ContextT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue