7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/SchedulingPolicyDetail.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename SchedulingPoliciesT = Aws::Vector<SchedulingPolicyDetail>>
39 m_schedulingPoliciesHasBeenSet =
true;
40 m_schedulingPolicies = std::forward<SchedulingPoliciesT>(value);
42 template <
typename SchedulingPoliciesT = Aws::Vector<SchedulingPolicyDetail>>
47 template <
typename SchedulingPoliciesT = SchedulingPolicyDetail>
49 m_schedulingPoliciesHasBeenSet =
true;
50 m_schedulingPolicies.emplace_back(std::forward<SchedulingPoliciesT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_schedulingPoliciesHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
DescribeSchedulingPoliciesResult & AddSchedulingPolicies(SchedulingPoliciesT &&value)
DescribeSchedulingPoliciesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetSchedulingPolicies(SchedulingPoliciesT &&value)
DescribeSchedulingPoliciesResult & WithSchedulingPolicies(SchedulingPoliciesT &&value)
AWS_BATCH_API DescribeSchedulingPoliciesResult()=default
const Aws::Vector< SchedulingPolicyDetail > & GetSchedulingPolicies() const
void SetRequestId(RequestIdT &&value)
AWS_BATCH_API DescribeSchedulingPoliciesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_BATCH_API DescribeSchedulingPoliciesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue