7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/pi/PI_EXPORTS.h>
11#include <aws/pi/model/DimensionKeyDescription.h>
12#include <aws/pi/model/ResponsePartitionKey.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
41 template <
typename AlignedStartTimeT = Aws::Utils::DateTime>
43 m_alignedStartTimeHasBeenSet =
true;
44 m_alignedStartTime = std::forward<AlignedStartTimeT>(value);
46 template <
typename AlignedStartTimeT = Aws::Utils::DateTime>
61 template <
typename AlignedEndTimeT = Aws::Utils::DateTime>
63 m_alignedEndTimeHasBeenSet =
true;
64 m_alignedEndTime = std::forward<AlignedEndTimeT>(value);
66 template <
typename AlignedEndTimeT = Aws::Utils::DateTime>
80 template <
typename PartitionKeysT = Aws::Vector<ResponsePartitionKey>>
82 m_partitionKeysHasBeenSet =
true;
83 m_partitionKeys = std::forward<PartitionKeysT>(value);
85 template <
typename PartitionKeysT = Aws::Vector<ResponsePartitionKey>>
90 template <
typename PartitionKeysT = ResponsePartitionKey>
92 m_partitionKeysHasBeenSet =
true;
93 m_partitionKeys.emplace_back(std::forward<PartitionKeysT>(value));
103 template <
typename KeysT = Aws::Vector<DimensionKeyDescription>>
105 m_keysHasBeenSet =
true;
106 m_keys = std::forward<KeysT>(value);
108 template <
typename KeysT = Aws::Vector<DimensionKeyDescription>>
110 SetKeys(std::forward<KeysT>(value));
113 template <
typename KeysT = DimensionKeyDescription>
115 m_keysHasBeenSet =
true;
116 m_keys.emplace_back(std::forward<KeysT>(value));
129 template <
typename NextTokenT = Aws::String>
131 m_nextTokenHasBeenSet =
true;
132 m_nextToken = std::forward<NextTokenT>(value);
134 template <
typename NextTokenT = Aws::String>
144 template <
typename RequestIdT = Aws::String>
146 m_requestIdHasBeenSet =
true;
147 m_requestId = std::forward<RequestIdT>(value);
149 template <
typename RequestIdT = Aws::String>
167 bool m_alignedStartTimeHasBeenSet =
false;
168 bool m_alignedEndTimeHasBeenSet =
false;
169 bool m_partitionKeysHasBeenSet =
false;
170 bool m_keysHasBeenSet =
false;
171 bool m_nextTokenHasBeenSet =
false;
172 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetAlignedStartTime() const
DescribeDimensionKeysResult & WithPartitionKeys(PartitionKeysT &&value)
DescribeDimensionKeysResult & WithAlignedStartTime(AlignedStartTimeT &&value)
const Aws::String & GetRequestId() 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