7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename NameT = Aws::String>
36 m_nameHasBeenSet =
true;
37 m_name = std::forward<NameT>(value);
39 template <
typename NameT = Aws::String>
41 SetName(std::forward<NameT>(value));
54 template <
typename ArnT = Aws::String>
56 m_arnHasBeenSet =
true;
57 m_arn = std::forward<ArnT>(value);
59 template <
typename ArnT = Aws::String>
61 SetArn(std::forward<ArnT>(value));
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
86 bool m_nameHasBeenSet =
false;
87 bool m_arnHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetName() const
CreateSchedulingPolicyResult & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_BATCH_API CreateSchedulingPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BATCH_API CreateSchedulingPolicyResult()=default
const Aws::String & GetRequestId() const
void SetArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
CreateSchedulingPolicyResult & WithRequestId(RequestIdT &&value)
CreateSchedulingPolicyResult & WithArn(ArnT &&value)
AWS_BATCH_API CreateSchedulingPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue