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/iam/IAM_EXPORTS.h>
52 template <
typename PathT = Aws::String>
54 m_pathHasBeenSet =
true;
55 m_path = std::forward<PathT>(value);
57 template <
typename PathT = Aws::String>
59 SetPath(std::forward<PathT>(value));
70 template <
typename GroupNameT = Aws::String>
72 m_groupNameHasBeenSet =
true;
73 m_groupName = std::forward<GroupNameT>(value);
75 template <
typename GroupNameT = Aws::String>
91 template <
typename GroupIdT = Aws::String>
93 m_groupIdHasBeenSet =
true;
94 m_groupId = std::forward<GroupIdT>(value);
96 template <
typename GroupIdT = Aws::String>
112 template <
typename ArnT = Aws::String>
114 m_arnHasBeenSet =
true;
115 m_arn = std::forward<ArnT>(value);
117 template <
typename ArnT = Aws::String>
119 SetArn(std::forward<ArnT>(value));
131 template <
typename CreateDateT = Aws::Utils::DateTime>
133 m_createDateHasBeenSet =
true;
134 m_createDate = std::forward<CreateDateT>(value);
136 template <
typename CreateDateT = Aws::Utils::DateTime>
152 bool m_pathHasBeenSet =
false;
153 bool m_groupNameHasBeenSet =
false;
154 bool m_groupIdHasBeenSet =
false;
155 bool m_arnHasBeenSet =
false;
156 bool m_createDateHasBeenSet =
false;
void SetArn(ArnT &&value)
Group & WithGroupName(GroupNameT &&value)
Group & WithCreateDate(CreateDateT &&value)
const Aws::Utils::DateTime & GetCreateDate() const
const Aws::String & GetGroupId() const
const Aws::String & GetPath() const
AWS_IAM_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetGroupName(GroupNameT &&value)
AWS_IAM_API Group(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetGroupId(GroupIdT &&value)
bool ArnHasBeenSet() const
const Aws::String & GetGroupName() const
void SetCreateDate(CreateDateT &&value)
bool CreateDateHasBeenSet() const
void SetPath(PathT &&value)
Group & WithArn(ArnT &&value)
const Aws::String & GetArn() const
Group & WithGroupId(GroupIdT &&value)
bool PathHasBeenSet() const
AWS_IAM_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool GroupIdHasBeenSet() const
AWS_IAM_API Group & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Group & WithPath(PathT &&value)
AWS_IAM_API Group()=default
bool GroupNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream