7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iam/IAM_EXPORTS.h>
12#include <aws/iam/model/AttachedPolicy.h>
13#include <aws/iam/model/PolicyDetail.h>
51 template <
typename PathT = Aws::String>
53 m_pathHasBeenSet =
true;
54 m_path = std::forward<PathT>(value);
56 template <
typename PathT = Aws::String>
58 SetPath(std::forward<PathT>(value));
69 template <
typename GroupNameT = Aws::String>
71 m_groupNameHasBeenSet =
true;
72 m_groupName = std::forward<GroupNameT>(value);
74 template <
typename GroupNameT = Aws::String>
90 template <
typename GroupIdT = Aws::String>
92 m_groupIdHasBeenSet =
true;
93 m_groupId = std::forward<GroupIdT>(value);
95 template <
typename GroupIdT = Aws::String>
106 template <
typename ArnT = Aws::String>
108 m_arnHasBeenSet =
true;
109 m_arn = std::forward<ArnT>(value);
111 template <
typename ArnT = Aws::String>
113 SetArn(std::forward<ArnT>(value));
125 template <
typename CreateDateT = Aws::Utils::DateTime>
127 m_createDateHasBeenSet =
true;
128 m_createDate = std::forward<CreateDateT>(value);
130 template <
typename CreateDateT = Aws::Utils::DateTime>
143 template <
typename GroupPolicyListT = Aws::Vector<PolicyDetail>>
145 m_groupPolicyListHasBeenSet =
true;
146 m_groupPolicyList = std::forward<GroupPolicyListT>(value);
148 template <
typename GroupPolicyListT = Aws::Vector<PolicyDetail>>
153 template <
typename GroupPolicyListT = PolicyDetail>
155 m_groupPolicyListHasBeenSet =
true;
156 m_groupPolicyList.emplace_back(std::forward<GroupPolicyListT>(value));
167 template <
typename AttachedManagedPoliciesT = Aws::Vector<AttachedPolicy>>
169 m_attachedManagedPoliciesHasBeenSet =
true;
170 m_attachedManagedPolicies = std::forward<AttachedManagedPoliciesT>(value);
172 template <
typename AttachedManagedPoliciesT = Aws::Vector<AttachedPolicy>>
177 template <
typename AttachedManagedPoliciesT = AttachedPolicy>
179 m_attachedManagedPoliciesHasBeenSet =
true;
180 m_attachedManagedPolicies.emplace_back(std::forward<AttachedManagedPoliciesT>(value));
198 bool m_pathHasBeenSet =
false;
199 bool m_groupNameHasBeenSet =
false;
200 bool m_groupIdHasBeenSet =
false;
201 bool m_arnHasBeenSet =
false;
202 bool m_createDateHasBeenSet =
false;
203 bool m_groupPolicyListHasBeenSet =
false;
204 bool m_attachedManagedPoliciesHasBeenSet =
false;
void SetPath(PathT &&value)
const Aws::String & GetGroupName() const
const Aws::String & GetGroupId() const
AWS_IAM_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool GroupIdHasBeenSet() const
bool AttachedManagedPoliciesHasBeenSet() const
const Aws::String & GetArn() const
bool GroupNameHasBeenSet() const
GroupDetail & WithAttachedManagedPolicies(AttachedManagedPoliciesT &&value)
AWS_IAM_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_IAM_API GroupDetail(const Aws::Utils::Xml::XmlNode &xmlNode)
bool CreateDateHasBeenSet() const
void SetCreateDate(CreateDateT &&value)
GroupDetail & WithGroupId(GroupIdT &&value)
GroupDetail & WithPath(PathT &&value)
GroupDetail & WithCreateDate(CreateDateT &&value)
void SetGroupName(GroupNameT &&value)
void SetGroupPolicyList(GroupPolicyListT &&value)
bool PathHasBeenSet() const
bool GroupPolicyListHasBeenSet() const
AWS_IAM_API GroupDetail & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
GroupDetail & WithArn(ArnT &&value)
GroupDetail & WithGroupPolicyList(GroupPolicyListT &&value)
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreateDate() const
void SetAttachedManagedPolicies(AttachedManagedPoliciesT &&value)
GroupDetail & AddAttachedManagedPolicies(AttachedManagedPoliciesT &&value)
GroupDetail & AddGroupPolicyList(GroupPolicyListT &&value)
const Aws::Vector< AttachedPolicy > & GetAttachedManagedPolicies() const
void SetGroupId(GroupIdT &&value)
void SetArn(ArnT &&value)
const Aws::Vector< PolicyDetail > & GetGroupPolicyList() const
const Aws::String & GetPath() const
AWS_IAM_API GroupDetail()=default
GroupDetail & WithGroupName(GroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream