71 inline void SetMessageGroupId(
const char* value) { m_messageGroupIdHasBeenSet =
true; m_messageGroupId.assign(value); }
91 bool m_messageGroupIdHasBeenSet =
false;
#define AWS_SCHEDULER_API
void SetMessageGroupId(const char *value)
void SetMessageGroupId(const Aws::String &value)
void SetMessageGroupId(Aws::String &&value)
AWS_SCHEDULER_API SqsParameters()
SqsParameters & WithMessageGroupId(const Aws::String &value)
bool MessageGroupIdHasBeenSet() const
AWS_SCHEDULER_API Aws::Utils::Json::JsonValue Jsonize() const
SqsParameters & WithMessageGroupId(const char *value)
SqsParameters & WithMessageGroupId(Aws::String &&value)
AWS_SCHEDULER_API SqsParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessageGroupId() const
AWS_SCHEDULER_API SqsParameters(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String