7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/pi/PI_EXPORTS.h>
12#include <aws/pi/model/DimensionKeyDescription.h>
13#include <aws/pi/model/ResponsePartitionKey.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
42 template <
typename AlignedStartTimeT = Aws::Utils::DateTime>
44 m_alignedStartTimeHasBeenSet =
true;
45 m_alignedStartTime = std::forward<AlignedStartTimeT>(value);
47 template <
typename AlignedStartTimeT = Aws::Utils::DateTime>
62 template <
typename AlignedEndTimeT = Aws::Utils::DateTime>
64 m_alignedEndTimeHasBeenSet =
true;
65 m_alignedEndTime = std::forward<AlignedEndTimeT>(value);
67 template <
typename AlignedEndTimeT = Aws::Utils::DateTime>
81 template <
typename PartitionKeysT = Aws::Vector<ResponsePartitionKey>>
83 m_partitionKeysHasBeenSet =
true;
84 m_partitionKeys = std::forward<PartitionKeysT>(value);
86 template <
typename PartitionKeysT = Aws::Vector<ResponsePartitionKey>>
91 template <
typename PartitionKeysT = ResponsePartitionKey>
93 m_partitionKeysHasBeenSet =
true;
94 m_partitionKeys.emplace_back(std::forward<PartitionKeysT>(value));
104 template <
typename KeysT = Aws::Vector<DimensionKeyDescription>>
106 m_keysHasBeenSet =
true;
107 m_keys = std::forward<KeysT>(value);
109 template <
typename KeysT = Aws::Vector<DimensionKeyDescription>>
111 SetKeys(std::forward<KeysT>(value));
114 template <
typename KeysT = DimensionKeyDescription>
116 m_keysHasBeenSet =
true;
117 m_keys.emplace_back(std::forward<KeysT>(value));
130 template <
typename NextTokenT = Aws::String>
132 m_nextTokenHasBeenSet =
true;
133 m_nextToken = std::forward<NextTokenT>(value);
135 template <
typename NextTokenT = Aws::String>
145 template <
typename RequestIdT = Aws::String>
147 m_requestIdHasBeenSet =
true;
148 m_requestId = std::forward<RequestIdT>(value);
150 template <
typename RequestIdT = Aws::String>
171 bool m_alignedStartTimeHasBeenSet =
false;
172 bool m_alignedEndTimeHasBeenSet =
false;
173 bool m_partitionKeysHasBeenSet =
false;
174 bool m_keysHasBeenSet =
false;
175 bool m_nextTokenHasBeenSet =
false;
176 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetAlignedStartTime() const
DescribeDimensionKeysResult & WithPartitionKeys(PartitionKeysT &&value)
DescribeDimensionKeysResult & WithAlignedStartTime(AlignedStartTimeT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeDimensionKeysResult & AddPartitionKeys(PartitionKeysT &&value)
void SetAlignedEndTime(AlignedEndTimeT &&value)
DescribeDimensionKeysResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< DimensionKeyDescription > & GetKeys() const
void SetPartitionKeys(PartitionKeysT &&value)
AWS_PI_API DescribeDimensionKeysResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDimensionKeysResult & WithRequestId(RequestIdT &&value)
void SetKeys(KeysT &&value)
AWS_PI_API DescribeDimensionKeysResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDimensionKeysResult & AddKeys(KeysT &&value)
DescribeDimensionKeysResult & WithAlignedEndTime(AlignedEndTimeT &&value)
const Aws::Utils::DateTime & GetAlignedEndTime() const
void SetAlignedStartTime(AlignedStartTimeT &&value)
DescribeDimensionKeysResult & WithKeys(KeysT &&value)
AWS_PI_API DescribeDimensionKeysResult()=default
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
const Aws::Vector< ResponsePartitionKey > & GetPartitionKeys() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue