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 {
41 template <
typename AgentSpaceIdT = Aws::String>
43 m_agentSpaceIdHasBeenSet =
true;
44 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
46 template <
typename AgentSpaceIdT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename CreatedAtT = Aws::Utils::DateTime>
79 m_createdAtHasBeenSet =
true;
80 m_createdAt = std::forward<CreatedAtT>(value);
82 template <
typename CreatedAtT = Aws::Utils::DateTime>
95 template <
typename UpdatedAtT = Aws::Utils::DateTime>
97 m_updatedAtHasBeenSet =
true;
98 m_updatedAt = std::forward<UpdatedAtT>(value);
100 template <
typename UpdatedAtT = Aws::Utils::DateTime>
114 bool m_agentSpaceIdHasBeenSet =
false;
115 bool m_nameHasBeenSet =
false;
116 bool m_createdAtHasBeenSet =
false;
117 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