23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
115 inline void SetMarker(
const char* value) { m_marker.assign(value); }
196 inline void SetNextMarker(
const char* value) { m_nextMarker.assign(value); }
267 inline void SetMaxItems(
const char* value) { m_maxItems.assign(value); }
ListReusableDelegationSetsResult & WithMarker(const Aws::String &value)
void SetMarker(Aws::String &&value)
ListReusableDelegationSetsResult & WithDelegationSets(const Aws::Vector< DelegationSet > &value)
void SetMaxItems(Aws::String &&value)
ListReusableDelegationSetsResult & WithMaxItems(const Aws::String &value)
ListReusableDelegationSetsResult & WithNextMarker(Aws::String &&value)
ListReusableDelegationSetsResult & WithNextMarker(const Aws::String &value)
ListReusableDelegationSetsResult & WithDelegationSets(Aws::Vector< DelegationSet > &&value)
ListReusableDelegationSetsResult & WithIsTruncated(bool value)
ListReusableDelegationSetsResult & WithMaxItems(const char *value)
ListReusableDelegationSetsResult & WithMarker(const char *value)
ListReusableDelegationSetsResult & AddDelegationSets(const DelegationSet &value)
std::vector< T, Aws::Allocator< T > > Vector
void SetMarker(const char *value)
void SetMarker(const Aws::String &value)
const Aws::String & GetMarker() const
ListReusableDelegationSetsResult & WithMaxItems(Aws::String &&value)
const Aws::Vector< DelegationSet > & GetDelegationSets() const
void SetMaxItems(const char *value)
void SetNextMarker(Aws::String &&value)
void SetNextMarker(const char *value)
bool GetIsTruncated() const
void SetIsTruncated(bool value)
const Aws::String & GetMaxItems() const
void SetNextMarker(const Aws::String &value)
void SetDelegationSets(Aws::Vector< DelegationSet > &&value)
void SetDelegationSets(const Aws::Vector< DelegationSet > &value)
ListReusableDelegationSetsResult & WithMarker(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ListReusableDelegationSetsResult & WithNextMarker(const char *value)
ListReusableDelegationSetsResult & AddDelegationSets(DelegationSet &&value)
void SetMaxItems(const Aws::String &value)
const Aws::String & GetNextMarker() const
JSON (JavaScript Object Notation).