7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iam/IAM_EXPORTS.h>
10#include <aws/iam/model/Group.h>
11#include <aws/iam/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template <
typename GroupsT = Aws::Vector<Group>>
46 m_groupsHasBeenSet =
true;
47 m_groups = std::forward<GroupsT>(value);
49 template <
typename GroupsT = Aws::Vector<Group>>
54 template <
typename GroupsT = Group>
56 m_groupsHasBeenSet =
true;
57 m_groups.emplace_back(std::forward<GroupsT>(value));
74 m_isTruncatedHasBeenSet =
true;
75 m_isTruncated = value;
90 template <
typename MarkerT = Aws::String>
92 m_markerHasBeenSet =
true;
93 m_marker = std::forward<MarkerT>(value);
95 template <
typename MarkerT = Aws::String>
105 template <
typename ResponseMetadataT = ResponseMetadata>
107 m_responseMetadataHasBeenSet =
true;
108 m_responseMetadata = std::forward<ResponseMetadataT>(value);
110 template <
typename ResponseMetadataT = ResponseMetadata>
119 bool m_isTruncated{
false};
123 ResponseMetadata m_responseMetadata;
124 bool m_groupsHasBeenSet =
false;
125 bool m_isTruncatedHasBeenSet =
false;
126 bool m_markerHasBeenSet =
false;
127 bool m_responseMetadataHasBeenSet =
false;
const ResponseMetadata & GetResponseMetadata() const
ListGroupsResult & AddGroups(GroupsT &&value)
const Aws::String & GetMarker() const
ListGroupsResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetMarker(MarkerT &&value)
ListGroupsResult & WithGroups(GroupsT &&value)
void SetGroups(GroupsT &&value)
ListGroupsResult & WithMarker(MarkerT &&value)
AWS_IAM_API ListGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadataT &&value)
ListGroupsResult & WithIsTruncated(bool value)
void SetIsTruncated(bool value)
AWS_IAM_API ListGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
bool GetIsTruncated() const
AWS_IAM_API ListGroupsResult()=default
const Aws::Vector< Group > & GetGroups() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument