54 inline void SetTopicArn(
const char* value) { m_topicArnHasBeenSet =
true; m_topicArn.assign(value); }
93 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
115 bool m_topicArnHasBeenSet;
117 bool m_nextTokenHasBeenSet;
void SetNextToken(const char *value)
void SetTopicArn(Aws::String &&value)
void SetTopicArn(const char *value)
ListSubscriptionsByTopicRequest & WithNextToken(const Aws::String &value)
void SetNextToken(const Aws::String &value)
ListSubscriptionsByTopicRequest & WithTopicArn(const Aws::String &value)
ListSubscriptionsByTopicRequest & WithTopicArn(const char *value)
ListSubscriptionsByTopicRequest & WithTopicArn(Aws::String &&value)
void SetNextToken(Aws::String &&value)
const Aws::String & GetTopicArn() const
void SetTopicArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetNextToken() const
ListSubscriptionsByTopicRequest & WithNextToken(const char *value)
JSON (JavaScript Object Notation).
ListSubscriptionsByTopicRequest & WithNextToken(Aws::String &&value)