7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
45 m_hardLimitHasBeenSet =
true;
65 template <
typename NameT = Aws::String>
67 m_nameHasBeenSet =
true;
68 m_name = std::forward<NameT>(value);
70 template <
typename NameT = Aws::String>
72 SetName(std::forward<NameT>(value));
84 m_softLimitHasBeenSet =
true;
98 bool m_hardLimitHasBeenSet =
false;
99 bool m_nameHasBeenSet =
false;
100 bool m_softLimitHasBeenSet =
false;
Ulimit & WithHardLimit(int value)
AWS_BATCH_API Ulimit()=default
bool HardLimitHasBeenSet() const
void SetHardLimit(int value)
const Aws::String & GetName() const
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
bool SoftLimitHasBeenSet() const
void SetName(NameT &&value)
Ulimit & WithName(NameT &&value)
Ulimit & WithSoftLimit(int value)
AWS_BATCH_API Ulimit & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API Ulimit(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
void SetSoftLimit(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue