7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kms/model/CustomKeyStoresListEntry.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
58 inline void SetNextMarker(
const char* value) { m_nextMarker.assign(value); }
81 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DescribeCustomKeyStoresResult & WithRequestId(Aws::String &&value)
DescribeCustomKeyStoresResult & WithTruncated(bool value)
AWS_KMS_API DescribeCustomKeyStoresResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KMS_API DescribeCustomKeyStoresResult()
bool GetTruncated() const
void SetRequestId(const Aws::String &value)
void SetCustomKeyStores(const Aws::Vector< CustomKeyStoresListEntry > &value)
const Aws::String & GetNextMarker() const
DescribeCustomKeyStoresResult & WithRequestId(const Aws::String &value)
DescribeCustomKeyStoresResult & WithRequestId(const char *value)
void SetTruncated(bool value)
const Aws::Vector< CustomKeyStoresListEntry > & GetCustomKeyStores() const
void SetCustomKeyStores(Aws::Vector< CustomKeyStoresListEntry > &&value)
void SetRequestId(Aws::String &&value)
DescribeCustomKeyStoresResult & WithCustomKeyStores(Aws::Vector< CustomKeyStoresListEntry > &&value)
DescribeCustomKeyStoresResult & WithNextMarker(Aws::String &&value)
DescribeCustomKeyStoresResult & AddCustomKeyStores(CustomKeyStoresListEntry &&value)
void SetRequestId(const char *value)
AWS_KMS_API DescribeCustomKeyStoresResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetNextMarker(const char *value)
DescribeCustomKeyStoresResult & WithCustomKeyStores(const Aws::Vector< CustomKeyStoresListEntry > &value)
DescribeCustomKeyStoresResult & WithNextMarker(const Aws::String &value)
void SetNextMarker(const Aws::String &value)
DescribeCustomKeyStoresResult & WithNextMarker(const char *value)
void SetNextMarker(Aws::String &&value)
DescribeCustomKeyStoresResult & AddCustomKeyStores(const CustomKeyStoresListEntry &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue