7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
58 template<
typename PathT = Aws::String>
59 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
60 template<
typename PathT = Aws::String>
70 template<
typename GroupNameT = Aws::String>
71 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
72 template<
typename GroupNameT = Aws::String>
85 template<
typename GroupIdT = Aws::String>
86 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
87 template<
typename GroupIdT = Aws::String>
100 template<
typename ArnT = Aws::String>
101 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
102 template<
typename ArnT = Aws::String>
113 template<
typename CreateDateT = Aws::Utils::DateTime>
114 void SetCreateDate(CreateDateT&& value) { m_createDateHasBeenSet =
true; m_createDate = std::forward<CreateDateT>(value); }
115 template<
typename CreateDateT = Aws::Utils::DateTime>
121 bool m_pathHasBeenSet =
false;
124 bool m_groupNameHasBeenSet =
false;
127 bool m_groupIdHasBeenSet =
false;
130 bool m_arnHasBeenSet =
false;
133 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