7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
58 inline void SetShareIdentifier(
const char* value) { m_shareIdentifierHasBeenSet =
true; m_shareIdentifier.assign(value); }
75 inline void SetWeightFactor(
double value) { m_weightFactorHasBeenSet =
true; m_weightFactor = value; }
81 bool m_shareIdentifierHasBeenSet =
false;
83 double m_weightFactor;
84 bool m_weightFactorHasBeenSet =
false;
void SetShareIdentifier(const Aws::String &value)
ShareAttributes & WithShareIdentifier(const Aws::String &value)
void SetShareIdentifier(const char *value)
ShareAttributes & WithShareIdentifier(const char *value)
double GetWeightFactor() const
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BATCH_API ShareAttributes()
void SetWeightFactor(double value)
const Aws::String & GetShareIdentifier() const
AWS_BATCH_API ShareAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool WeightFactorHasBeenSet() const
void SetShareIdentifier(Aws::String &&value)
ShareAttributes & WithShareIdentifier(Aws::String &&value)
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