7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
20namespace SecurityAgent {
42 template <
typename AgentSpaceIdT = Aws::String>
44 m_agentSpaceIdHasBeenSet =
true;
45 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
47 template <
typename AgentSpaceIdT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename CreatedAtT = Aws::Utils::DateTime>
80 m_createdAtHasBeenSet =
true;
81 m_createdAt = std::forward<CreatedAtT>(value);
83 template <
typename CreatedAtT = Aws::Utils::DateTime>
96 template <
typename UpdatedAtT = Aws::Utils::DateTime>
98 m_updatedAtHasBeenSet =
true;
99 m_updatedAt = std::forward<UpdatedAtT>(value);
101 template <
typename UpdatedAtT = Aws::Utils::DateTime>
115 bool m_agentSpaceIdHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
117 bool m_createdAtHasBeenSet =
false;
118 bool m_updatedAtHasBeenSet =
false;
AgentSpaceSummary & WithName(NameT &&value)
AgentSpaceSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetName(NameT &&value)
bool CreatedAtHasBeenSet() const
AgentSpaceSummary & WithUpdatedAt(UpdatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
bool UpdatedAtHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_SECURITYAGENT_API AgentSpaceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API AgentSpaceSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API AgentSpaceSummary()=default
bool AgentSpaceIdHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AgentSpaceSummary & WithAgentSpaceId(AgentSpaceIdT &&value)
const Aws::String & GetAgentSpaceId() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue