69 inline void SetRoleName(
const char* value) { m_roleNameHasBeenSet =
true; m_roleName.assign(value); }
140 inline void SetPathPrefix(
const char* value) { m_pathPrefixHasBeenSet =
true; m_pathPrefix.assign(value); }
205 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
253 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
269 bool m_roleNameHasBeenSet;
271 bool m_pathPrefixHasBeenSet;
273 bool m_markerHasBeenSet;
275 bool m_maxItemsHasBeenSet;
void SetPathPrefix(const char *value)
void SetMarker(const char *value)
void SetMarker(const Aws::String &value)
ListAttachedRolePoliciesRequest & WithRoleName(Aws::String &&value)
void SetMarker(Aws::String &&value)
void SetPathPrefix(Aws::String &&value)
ListAttachedRolePoliciesRequest & WithPathPrefix(const char *value)
ListAttachedRolePoliciesRequest & WithMarker(const char *value)
ListAttachedRolePoliciesRequest & WithRoleName(const char *value)
ListAttachedRolePoliciesRequest & WithRoleName(const Aws::String &value)
const Aws::String & GetMarker() const
void SetRoleName(Aws::String &&value)
ListAttachedRolePoliciesRequest & WithMaxItems(int value)
ListAttachedRolePoliciesRequest & WithPathPrefix(Aws::String &&value)
void SetMaxItems(int value)
ListAttachedRolePoliciesRequest & WithMarker(const Aws::String &value)
ListAttachedRolePoliciesRequest & WithPathPrefix(const Aws::String &value)
const Aws::String & GetRoleName() const
void SetPathPrefix(const Aws::String &value)
const Aws::String & GetPathPrefix() const
ListAttachedRolePoliciesRequest & WithMarker(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetRoleName(const Aws::String &value)
void SetRoleName(const char *value)
JSON (JavaScript Object Notation).