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/Layer.h>
11#include <aws/ecr/model/LayerFailure.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template<
typename LayersT = Aws::Vector<Layer>>
45 void SetLayers(LayersT&& value) { m_layersHasBeenSet =
true; m_layers = std::forward<LayersT>(value); }
46 template<
typename LayersT = Aws::Vector<Layer>>
48 template<
typename LayersT = Layer>
57 template<
typename FailuresT = Aws::Vector<LayerFailure>>
58 void SetFailures(FailuresT&& value) { m_failuresHasBeenSet =
true; m_failures = std::forward<FailuresT>(value); }
59 template<
typename FailuresT = Aws::Vector<LayerFailure>>
61 template<
typename FailuresT = LayerFailure>
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_layersHasBeenSet =
false;
79 bool m_failuresHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< LayerFailure > & GetFailures() const
void SetLayers(LayersT &&value)
void SetRequestId(RequestIdT &&value)
void SetFailures(FailuresT &&value)
BatchCheckLayerAvailabilityResult & WithLayers(LayersT &&value)
BatchCheckLayerAvailabilityResult & WithFailures(FailuresT &&value)
AWS_ECR_API BatchCheckLayerAvailabilityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchCheckLayerAvailabilityResult & AddFailures(FailuresT &&value)
AWS_ECR_API BatchCheckLayerAvailabilityResult()=default
const Aws::String & GetRequestId() const
const Aws::Vector< Layer > & GetLayers() const
AWS_ECR_API BatchCheckLayerAvailabilityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchCheckLayerAvailabilityResult & WithRequestId(RequestIdT &&value)
BatchCheckLayerAvailabilityResult & AddLayers(LayersT &&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