7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ecr/model/PullThroughCacheRule.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename PullThroughCacheRulesT = Aws::Vector<PullThroughCacheRule>>
43 void SetPullThroughCacheRules(PullThroughCacheRulesT&& value) { m_pullThroughCacheRulesHasBeenSet =
true; m_pullThroughCacheRules = std::forward<PullThroughCacheRulesT>(value); }
44 template<
typename PullThroughCacheRulesT = Aws::Vector<PullThroughCacheRule>>
46 template<
typename PullThroughCacheRulesT = PullThroughCacheRule>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_pullThroughCacheRulesHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
AWS_ECR_API DescribePullThroughCacheRulesResult()=default
DescribePullThroughCacheRulesResult & WithRequestId(RequestIdT &&value)
AWS_ECR_API DescribePullThroughCacheRulesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribePullThroughCacheRulesResult & AddPullThroughCacheRules(PullThroughCacheRulesT &&value)
const Aws::Vector< PullThroughCacheRule > & GetPullThroughCacheRules() const
void SetPullThroughCacheRules(PullThroughCacheRulesT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
DescribePullThroughCacheRulesResult & WithPullThroughCacheRules(PullThroughCacheRulesT &&value)
const Aws::String & GetRequestId() const
DescribePullThroughCacheRulesResult & WithNextToken(NextTokenT &&value)
AWS_ECR_API DescribePullThroughCacheRulesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(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