7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/iam/IAMRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/iam/model/EntityType.h>
52 template<
typename FilterT = Aws::Vector<EntityType>>
53 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
54 template<
typename FilterT = Aws::Vector<EntityType>>
72 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
85 template<
typename MarkerT = Aws::String>
86 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
87 template<
typename MarkerT = Aws::String>
93 bool m_filterHasBeenSet =
false;
96 bool m_maxItemsHasBeenSet =
false;
99 bool m_markerHasBeenSet =
false;
void SetMaxItems(int value)
GetAccountAuthorizationDetailsRequest & WithMaxItems(int value)
bool FilterHasBeenSet() const
GetAccountAuthorizationDetailsRequest & WithFilter(FilterT &&value)
GetAccountAuthorizationDetailsRequest & AddFilter(EntityType value)
void SetMarker(MarkerT &&value)
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_IAM_API GetAccountAuthorizationDetailsRequest()=default
GetAccountAuthorizationDetailsRequest & WithMarker(MarkerT &&value)
AWS_IAM_API Aws::String SerializePayload() const override
const Aws::String & GetMarker() const
const Aws::Vector< EntityType > & GetFilter() const
void SetFilter(FilterT &&value)
bool MaxItemsHasBeenSet() const
bool MarkerHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector