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;
61 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
72 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DescribePullThroughCacheRulesResult & WithRequestId(const Aws::String &value)
DescribePullThroughCacheRulesResult & WithNextToken(const char *value)
void SetRequestId(const Aws::String &value)
void SetPullThroughCacheRules(const Aws::Vector< PullThroughCacheRule > &value)
DescribePullThroughCacheRulesResult & WithRequestId(Aws::String &&value)
DescribePullThroughCacheRulesResult & AddPullThroughCacheRules(PullThroughCacheRule &&value)
void SetNextToken(const char *value)
AWS_ECR_API DescribePullThroughCacheRulesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ECR_API DescribePullThroughCacheRulesResult()
DescribePullThroughCacheRulesResult & WithRequestId(const char *value)
DescribePullThroughCacheRulesResult & WithPullThroughCacheRules(Aws::Vector< PullThroughCacheRule > &&value)
const Aws::Vector< PullThroughCacheRule > & GetPullThroughCacheRules() const
const Aws::String & GetNextToken() const
void SetPullThroughCacheRules(Aws::Vector< PullThroughCacheRule > &&value)
void SetNextToken(const Aws::String &value)
DescribePullThroughCacheRulesResult & WithNextToken(const Aws::String &value)
const Aws::String & GetRequestId() const
DescribePullThroughCacheRulesResult & AddPullThroughCacheRules(const PullThroughCacheRule &value)
void SetRequestId(Aws::String &&value)
AWS_ECR_API DescribePullThroughCacheRulesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribePullThroughCacheRulesResult & WithNextToken(Aws::String &&value)
DescribePullThroughCacheRulesResult & WithPullThroughCacheRules(const Aws::Vector< PullThroughCacheRule > &value)
void SetNextToken(Aws::String &&value)
void SetRequestId(const char *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