#include <ListGroupsResult.h>
Contains the response to a successful ListGroups request.
See Also:
AWS API Reference
Definition at line 36 of file ListGroupsResult.h.
◆ ListGroupsResult() [1/2]
Aws::IAM::Model::ListGroupsResult::ListGroupsResult |
( |
| ) |
|
◆ ListGroupsResult() [2/2]
◆ AddGroups() [1/2]
◆ AddGroups() [2/2]
◆ GetGroups()
const Aws::Vector<Group>& Aws::IAM::Model::ListGroupsResult::GetGroups |
( |
| ) |
const |
|
inline |
◆ GetIsTruncated()
bool Aws::IAM::Model::ListGroupsResult::GetIsTruncated |
( |
| ) |
const |
|
inline |
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker
request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems
number of results even when there are more results available. We recommend that you check IsTruncated
after every call to ensure that you receive all your results.
Definition at line 89 of file ListGroupsResult.h.
◆ GetMarker()
const Aws::String& Aws::IAM::Model::ListGroupsResult::GetMarker |
( |
| ) |
const |
|
inline |
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
Definition at line 119 of file ListGroupsResult.h.
◆ GetResponseMetadata()
const ResponseMetadata& Aws::IAM::Model::ListGroupsResult::GetResponseMetadata |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ SetGroups() [1/2]
void Aws::IAM::Model::ListGroupsResult::SetGroups |
( |
Aws::Vector< Group > && |
value | ) |
|
|
inline |
◆ SetGroups() [2/2]
void Aws::IAM::Model::ListGroupsResult::SetGroups |
( |
const Aws::Vector< Group > & |
value | ) |
|
|
inline |
◆ SetIsTruncated()
void Aws::IAM::Model::ListGroupsResult::SetIsTruncated |
( |
bool |
value | ) |
|
|
inline |
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker
request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems
number of results even when there are more results available. We recommend that you check IsTruncated
after every call to ensure that you receive all your results.
Definition at line 100 of file ListGroupsResult.h.
◆ SetMarker() [1/3]
void Aws::IAM::Model::ListGroupsResult::SetMarker |
( |
Aws::String && |
value | ) |
|
|
inline |
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
Definition at line 133 of file ListGroupsResult.h.
◆ SetMarker() [2/3]
void Aws::IAM::Model::ListGroupsResult::SetMarker |
( |
const Aws::String & |
value | ) |
|
|
inline |
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
Definition at line 126 of file ListGroupsResult.h.
◆ SetMarker() [3/3]
void Aws::IAM::Model::ListGroupsResult::SetMarker |
( |
const char * |
value | ) |
|
|
inline |
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
Definition at line 140 of file ListGroupsResult.h.
◆ SetResponseMetadata() [1/2]
void Aws::IAM::Model::ListGroupsResult::SetResponseMetadata |
( |
const ResponseMetadata & |
value | ) |
|
|
inline |
◆ SetResponseMetadata() [2/2]
void Aws::IAM::Model::ListGroupsResult::SetResponseMetadata |
( |
ResponseMetadata && |
value | ) |
|
|
inline |
◆ WithGroups() [1/2]
◆ WithGroups() [2/2]
◆ WithIsTruncated()
ListGroupsResult& Aws::IAM::Model::ListGroupsResult::WithIsTruncated |
( |
bool |
value | ) |
|
|
inline |
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker
request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems
number of results even when there are more results available. We recommend that you check IsTruncated
after every call to ensure that you receive all your results.
Definition at line 111 of file ListGroupsResult.h.
◆ WithMarker() [1/3]
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
Definition at line 154 of file ListGroupsResult.h.
◆ WithMarker() [2/3]
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
Definition at line 147 of file ListGroupsResult.h.
◆ WithMarker() [3/3]
ListGroupsResult& Aws::IAM::Model::ListGroupsResult::WithMarker |
( |
const char * |
value | ) |
|
|
inline |
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
Definition at line 161 of file ListGroupsResult.h.
◆ WithResponseMetadata() [1/2]
◆ WithResponseMetadata() [2/2]
The documentation for this class was generated from the following file: