23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
105 inline void SetNextMarker(
const char* value) { m_nextMarker.assign(value); }
const Aws::String & GetNextMarker() const
ListKeysResult & WithKeys(const Aws::Vector< KeyListEntry > &value)
void SetNextMarker(const char *value)
std::vector< T, Aws::Allocator< T > > Vector
const Aws::Vector< KeyListEntry > & GetKeys() const
void SetNextMarker(const Aws::String &value)
bool GetTruncated() const
void SetTruncated(bool value)
ListKeysResult & WithNextMarker(const char *value)
void SetKeys(Aws::Vector< KeyListEntry > &&value)
ListKeysResult & AddKeys(const KeyListEntry &value)
void SetKeys(const Aws::Vector< KeyListEntry > &value)
ListKeysResult & WithKeys(Aws::Vector< KeyListEntry > &&value)
void SetNextMarker(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ListKeysResult & WithNextMarker(const Aws::String &value)
ListKeysResult & AddKeys(KeyListEntry &&value)
ListKeysResult & WithTruncated(bool value)
JSON (JavaScript Object Notation).
ListKeysResult & WithNextMarker(Aws::String &&value)