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;
42 template<
typename CustomKeyStoresT = Aws::Vector<CustomKeyStoresListEntry>>
43 void SetCustomKeyStores(CustomKeyStoresT&& value) { m_customKeyStoresHasBeenSet =
true; m_customKeyStores = std::forward<CustomKeyStoresT>(value); }
44 template<
typename CustomKeyStoresT = Aws::Vector<CustomKeyStoresListEntry>>
46 template<
typename CustomKeyStoresT = CustomKeyStoresListEntry>
56 template<
typename NextMarkerT = Aws::String>
57 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
58 template<
typename NextMarkerT = Aws::String>
70 inline void SetTruncated(
bool value) { m_truncatedHasBeenSet =
true; m_truncated = value; }
77 template<
typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
79 template<
typename RequestIdT = Aws::String>
85 bool m_customKeyStoresHasBeenSet =
false;
88 bool m_nextMarkerHasBeenSet =
false;
90 bool m_truncated{
false};
91 bool m_truncatedHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
void SetCustomKeyStores(CustomKeyStoresT &&value)
DescribeCustomKeyStoresResult & WithTruncated(bool value)
void SetNextMarker(NextMarkerT &&value)
AWS_KMS_API DescribeCustomKeyStoresResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
bool GetTruncated() const
const Aws::String & GetNextMarker() const
DescribeCustomKeyStoresResult & WithNextMarker(NextMarkerT &&value)
void SetTruncated(bool value)
const Aws::Vector< CustomKeyStoresListEntry > & GetCustomKeyStores() const
AWS_KMS_API DescribeCustomKeyStoresResult()=default
void SetRequestId(RequestIdT &&value)
DescribeCustomKeyStoresResult & AddCustomKeyStores(CustomKeyStoresT &&value)
AWS_KMS_API DescribeCustomKeyStoresResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCustomKeyStoresResult & WithCustomKeyStores(CustomKeyStoresT &&value)
const Aws::String & GetRequestId() const
DescribeCustomKeyStoresResult & WithRequestId(RequestIdT &&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