7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template <
typename ShareIdentifierT = Aws::String>
52 m_shareIdentifierHasBeenSet =
true;
53 m_shareIdentifier = std::forward<ShareIdentifierT>(value);
55 template <
typename ShareIdentifierT = Aws::String>
74 m_weightFactorHasBeenSet =
true;
75 m_weightFactor = value;
85 double m_weightFactor{0.0};
86 bool m_shareIdentifierHasBeenSet =
false;
87 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