46 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
47 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
67 inline void SetGroupName(
const char* value) { m_groupNameHasBeenSet =
true; m_groupName.assign(value); }
136 bool m_groupNameHasBeenSet;
138 bool m_strategyHasBeenSet;
140 bool m_stateHasBeenSet;
void SetStrategy(const PlacementStrategy &value)
PlacementGroup & WithState(PlacementGroupState &&value)
PlacementGroup & WithState(const PlacementGroupState &value)
const PlacementStrategy & GetStrategy() const
const Aws::String & GetGroupName() const
void SetGroupName(const Aws::String &value)
void SetStrategy(PlacementStrategy &&value)
PlacementGroup & WithGroupName(const char *value)
std::basic_ostream< char, std::char_traits< char > > OStream
void SetGroupName(Aws::String &&value)
PlacementGroup & WithStrategy(PlacementStrategy &&value)
void SetGroupName(const char *value)
PlacementGroup & WithStrategy(const PlacementStrategy &value)
PlacementGroup & WithGroupName(const Aws::String &value)
void SetState(const PlacementGroupState &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
PlacementGroup & WithGroupName(Aws::String &&value)
const PlacementGroupState & GetState() const
void SetState(PlacementGroupState &&value)
JSON (JavaScript Object Notation).