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/MemberMetadata.h>
11#include <aws/securityagent/model/MembershipConfig.h>
12#include <aws/securityagent/model/MembershipType.h>
23namespace SecurityAgent {
45 template <
typename MembershipIdT = Aws::String>
47 m_membershipIdHasBeenSet =
true;
48 m_membershipId = std::forward<MembershipIdT>(value);
50 template <
typename MembershipIdT = Aws::String>
63 template <
typename ApplicationIdT = Aws::String>
65 m_applicationIdHasBeenSet =
true;
66 m_applicationId = std::forward<ApplicationIdT>(value);
68 template <
typename ApplicationIdT = Aws::String>
81 template <
typename AgentSpaceIdT = Aws::String>
83 m_agentSpaceIdHasBeenSet =
true;
84 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
86 template <
typename AgentSpaceIdT = Aws::String>
100 m_memberTypeHasBeenSet =
true;
101 m_memberType = value;
115 template <
typename ConfigT = MembershipConfig>
117 m_configHasBeenSet =
true;
118 m_config = std::forward<ConfigT>(value);
120 template <
typename ConfigT = MembershipConfig>
133 template <
typename MetadataT = MemberMetadata>
135 m_metadataHasBeenSet =
true;
136 m_metadata = std::forward<MetadataT>(value);
138 template <
typename MetadataT = MemberMetadata>
151 template <
typename CreatedAtT = Aws::Utils::DateTime>
153 m_createdAtHasBeenSet =
true;
154 m_createdAt = std::forward<CreatedAtT>(value);
156 template <
typename CreatedAtT = Aws::Utils::DateTime>
169 template <
typename UpdatedAtT = Aws::Utils::DateTime>
171 m_updatedAtHasBeenSet =
true;
172 m_updatedAt = std::forward<UpdatedAtT>(value);
174 template <
typename UpdatedAtT = Aws::Utils::DateTime>
187 template <
typename CreatedByT = Aws::String>
189 m_createdByHasBeenSet =
true;
190 m_createdBy = std::forward<CreatedByT>(value);
192 template <
typename CreatedByT = Aws::String>
205 template <
typename UpdatedByT = Aws::String>
207 m_updatedByHasBeenSet =
true;
208 m_updatedBy = std::forward<UpdatedByT>(value);
210 template <
typename UpdatedByT = Aws::String>
225 MembershipConfig m_config;
227 MemberMetadata m_metadata;
236 bool m_membershipIdHasBeenSet =
false;
237 bool m_applicationIdHasBeenSet =
false;
238 bool m_agentSpaceIdHasBeenSet =
false;
239 bool m_memberTypeHasBeenSet =
false;
240 bool m_configHasBeenSet =
false;
241 bool m_metadataHasBeenSet =
false;
242 bool m_createdAtHasBeenSet =
false;
243 bool m_updatedAtHasBeenSet =
false;
244 bool m_createdByHasBeenSet =
false;
245 bool m_updatedByHasBeenSet =
false;
bool AgentSpaceIdHasBeenSet() const
const Aws::String & GetAgentSpaceId() const
bool MembershipIdHasBeenSet() const
const Aws::String & GetApplicationId() const
MembershipSummary & WithApplicationId(ApplicationIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_SECURITYAGENT_API MembershipSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
MembershipSummary & WithUpdatedAt(UpdatedAtT &&value)
void SetApplicationId(ApplicationIdT &&value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
void SetMembershipId(MembershipIdT &&value)
bool MetadataHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
MembershipSummary & WithMemberType(MembershipType value)
void SetCreatedAt(CreatedAtT &&value)
bool UpdatedByHasBeenSet() const
void SetUpdatedBy(UpdatedByT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_SECURITYAGENT_API MembershipSummary()=default
const Aws::String & GetMembershipId() const
void SetMemberType(MembershipType value)
MembershipSummary & WithCreatedBy(CreatedByT &&value)
const MemberMetadata & GetMetadata() const
void SetCreatedBy(CreatedByT &&value)
bool CreatedByHasBeenSet() const
MembershipSummary & WithAgentSpaceId(AgentSpaceIdT &&value)
MembershipSummary & WithMembershipId(MembershipIdT &&value)
MembershipType GetMemberType() const
MembershipSummary & WithConfig(ConfigT &&value)
MembershipSummary & WithCreatedAt(CreatedAtT &&value)
const MembershipConfig & GetConfig() const
MembershipSummary & WithUpdatedBy(UpdatedByT &&value)
void SetMetadata(MetadataT &&value)
bool CreatedAtHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
bool UpdatedAtHasBeenSet() const
const Aws::String & GetCreatedBy() const
AWS_SECURITYAGENT_API MembershipSummary(Aws::Utils::Json::JsonView jsonValue)
MembershipSummary & WithMetadata(MetadataT &&value)
bool ConfigHasBeenSet() const
void SetConfig(ConfigT &&value)
bool ApplicationIdHasBeenSet() const
const Aws::String & GetUpdatedBy() const
bool MemberTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue