7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/batch/model/SchedulingPolicyDetail.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename SchedulingPoliciesT = Aws::Vector<SchedulingPolicyDetail>>
43 void SetSchedulingPolicies(SchedulingPoliciesT&& value) { m_schedulingPoliciesHasBeenSet =
true; m_schedulingPolicies = std::forward<SchedulingPoliciesT>(value); }
44 template<
typename SchedulingPoliciesT = Aws::Vector<SchedulingPolicyDetail>>
46 template<
typename SchedulingPoliciesT = SchedulingPolicyDetail>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_schedulingPoliciesHasBeenSet =
false;
64 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