7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/SchedulingPolicyDetail.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename SchedulingPoliciesT = Aws::Vector<SchedulingPolicyDetail>>
38 m_schedulingPoliciesHasBeenSet =
true;
39 m_schedulingPolicies = std::forward<SchedulingPoliciesT>(value);
41 template <
typename SchedulingPoliciesT = Aws::Vector<SchedulingPolicyDetail>>
46 template <
typename SchedulingPoliciesT = SchedulingPolicyDetail>
48 m_schedulingPoliciesHasBeenSet =
true;
49 m_schedulingPolicies.emplace_back(std::forward<SchedulingPoliciesT>(value));
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_schedulingPoliciesHasBeenSet =
false;
73 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_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