7#include <aws/pi/PI_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/pi/model/ResponsePartitionKey.h>
12#include <aws/pi/model/DimensionKeyDescription.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
47 template<
typename AlignedStartTimeT = Aws::Utils::DateTime>
48 void SetAlignedStartTime(AlignedStartTimeT&& value) { m_alignedStartTimeHasBeenSet =
true; m_alignedStartTime = std::forward<AlignedStartTimeT>(value); }
49 template<
typename AlignedStartTimeT = Aws::Utils::DateTime>
61 template<
typename AlignedEndTimeT = Aws::Utils::DateTime>
62 void SetAlignedEndTime(AlignedEndTimeT&& value) { m_alignedEndTimeHasBeenSet =
true; m_alignedEndTime = std::forward<AlignedEndTimeT>(value); }
63 template<
typename AlignedEndTimeT = Aws::Utils::DateTime>
74 template<
typename PartitionKeysT = Aws::Vector<ResponsePartitionKey>>
75 void SetPartitionKeys(PartitionKeysT&& value) { m_partitionKeysHasBeenSet =
true; m_partitionKeys = std::forward<PartitionKeysT>(value); }
76 template<
typename PartitionKeysT = Aws::Vector<ResponsePartitionKey>>
78 template<
typename PartitionKeysT = ResponsePartitionKey>
87 template<
typename KeysT = Aws::Vector<DimensionKeyDescription>>
88 void SetKeys(KeysT&& value) { m_keysHasBeenSet =
true; m_keys = std::forward<KeysT>(value); }
89 template<
typename KeysT = Aws::Vector<DimensionKeyDescription>>
91 template<
typename KeysT = DimensionKeyDescription>
103 template<
typename NextTokenT = Aws::String>
104 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
105 template<
typename NextTokenT = Aws::String>
112 template<
typename RequestIdT = Aws::String>
113 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
114 template<
typename RequestIdT = Aws::String>
120 bool m_alignedStartTimeHasBeenSet =
false;
123 bool m_alignedEndTimeHasBeenSet =
false;
126 bool m_partitionKeysHasBeenSet =
false;
129 bool m_keysHasBeenSet =
false;
132 bool m_nextTokenHasBeenSet =
false;
135 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