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 {
44 template <
typename MembershipIdT = Aws::String>
46 m_membershipIdHasBeenSet =
true;
47 m_membershipId = std::forward<MembershipIdT>(value);
49 template <
typename MembershipIdT = Aws::String>
62 template <
typename ApplicationIdT = Aws::String>
64 m_applicationIdHasBeenSet =
true;
65 m_applicationId = std::forward<ApplicationIdT>(value);
67 template <
typename ApplicationIdT = Aws::String>
80 template <
typename AgentSpaceIdT = Aws::String>
82 m_agentSpaceIdHasBeenSet =
true;
83 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
85 template <
typename AgentSpaceIdT = Aws::String>
99 m_memberTypeHasBeenSet =
true;
100 m_memberType = value;
114 template <
typename ConfigT = MembershipConfig>
116 m_configHasBeenSet =
true;
117 m_config = std::forward<ConfigT>(value);
119 template <
typename ConfigT = MembershipConfig>
132 template <
typename MetadataT = MemberMetadata>
134 m_metadataHasBeenSet =
true;
135 m_metadata = std::forward<MetadataT>(value);
137 template <
typename MetadataT = MemberMetadata>
150 template <
typename CreatedAtT = Aws::Utils::DateTime>
152 m_createdAtHasBeenSet =
true;
153 m_createdAt = std::forward<CreatedAtT>(value);
155 template <
typename CreatedAtT = Aws::Utils::DateTime>
168 template <
typename UpdatedAtT = Aws::Utils::DateTime>
170 m_updatedAtHasBeenSet =
true;
171 m_updatedAt = std::forward<UpdatedAtT>(value);
173 template <
typename UpdatedAtT = Aws::Utils::DateTime>
186 template <
typename CreatedByT = Aws::String>
188 m_createdByHasBeenSet =
true;
189 m_createdBy = std::forward<CreatedByT>(value);
191 template <
typename CreatedByT = Aws::String>
204 template <
typename UpdatedByT = Aws::String>
206 m_updatedByHasBeenSet =
true;
207 m_updatedBy = std::forward<UpdatedByT>(value);
209 template <
typename UpdatedByT = Aws::String>
224 MembershipConfig m_config;
226 MemberMetadata m_metadata;
235 bool m_membershipIdHasBeenSet =
false;
236 bool m_applicationIdHasBeenSet =
false;
237 bool m_agentSpaceIdHasBeenSet =
false;
238 bool m_memberTypeHasBeenSet =
false;
239 bool m_configHasBeenSet =
false;
240 bool m_metadataHasBeenSet =
false;
241 bool m_createdAtHasBeenSet =
false;
242 bool m_updatedAtHasBeenSet =
false;
243 bool m_createdByHasBeenSet =
false;
244 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