7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename ShareIdentifierT = Aws::String>
57 void SetShareIdentifier(ShareIdentifierT&& value) { m_shareIdentifierHasBeenSet =
true; m_shareIdentifier = std::forward<ShareIdentifierT>(value); }
58 template<
typename ShareIdentifierT = Aws::String>
73 inline void SetWeightFactor(
double value) { m_weightFactorHasBeenSet =
true; m_weightFactor = value; }
79 bool m_shareIdentifierHasBeenSet =
false;
81 double m_weightFactor{0.0};
82 bool m_weightFactorHasBeenSet =
false;
double GetWeightFactor() const
ShareAttributes & WithShareIdentifier(ShareIdentifierT &&value)
void SetShareIdentifier(ShareIdentifierT &&value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetWeightFactor(double value)
AWS_BATCH_API ShareAttributes()=default
const Aws::String & GetShareIdentifier() const
AWS_BATCH_API ShareAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool WeightFactorHasBeenSet() const
AWS_BATCH_API ShareAttributes(Aws::Utils::Json::JsonView jsonValue)
ShareAttributes & WithWeightFactor(double value)
bool ShareIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue