/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Returns the objects or data listed below if successful. Otherwise, returns an
* error.See Also:
AWS
* API Reference
Contains an array of PublicKey objects.
The returned public * keys may have validity time ranges that overlap.
*/ inline const Aws::VectorContains an array of PublicKey objects.
The returned public * keys may have validity time ranges that overlap.
*/ inline void SetPublicKeyList(const Aws::VectorContains an array of PublicKey objects.
The returned public * keys may have validity time ranges that overlap.
*/ inline void SetPublicKeyList(Aws::VectorContains an array of PublicKey objects.
The returned public * keys may have validity time ranges that overlap.
*/ inline ListPublicKeysResult& WithPublicKeyList(const Aws::VectorContains an array of PublicKey objects.
The returned public * keys may have validity time ranges that overlap.
*/ inline ListPublicKeysResult& WithPublicKeyList(Aws::VectorContains an array of PublicKey objects.
The returned public * keys may have validity time ranges that overlap.
*/ inline ListPublicKeysResult& AddPublicKeyList(const PublicKey& value) { m_publicKeyList.push_back(value); return *this; } /** *Contains an array of PublicKey objects.
The returned public * keys may have validity time ranges that overlap.
*/ inline ListPublicKeysResult& AddPublicKeyList(PublicKey&& value) { m_publicKeyList.push_back(std::move(value)); return *this; } /** *Reserved for future use.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *Reserved for future use.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *Reserved for future use.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *Reserved for future use.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *Reserved for future use.
*/ inline ListPublicKeysResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *Reserved for future use.
*/ inline ListPublicKeysResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *Reserved for future use.
*/ inline ListPublicKeysResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline ListPublicKeysResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListPublicKeysResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListPublicKeysResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector