22 namespace CloudWatchLogs
59 inline void SetDestinationNamePrefix(
const char* value) { m_destinationNamePrefixHasBeenSet =
true; m_destinationNamePrefix.assign(value); }
89 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
104 inline void SetLimit(
long value) { m_limitHasBeenSet =
true; m_limit = value; }
111 bool m_destinationNamePrefixHasBeenSet;
113 bool m_nextTokenHasBeenSet;
115 bool m_limitHasBeenSet;
DescribeDestinationsRequest & WithDestinationNamePrefix(Aws::String &&value)
DescribeDestinationsRequest & WithNextToken(const char *value)
DescribeDestinationsRequest & WithDestinationNamePrefix(const Aws::String &value)
DescribeDestinationsRequest & WithNextToken(const Aws::String &value)
void SetDestinationNamePrefix(const Aws::String &value)
void SetNextToken(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
void SetLimit(long value)
void SetDestinationNamePrefix(Aws::String &&value)
const Aws::String & GetNextToken() const
#define AWS_CLOUDWATCHLOGS_API
void SetDestinationNamePrefix(const char *value)
DescribeDestinationsRequest & WithNextToken(Aws::String &&value)
DescribeDestinationsRequest & WithLimit(long value)
const Aws::String & GetDestinationNamePrefix() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetNextToken(Aws::String &&value)
void SetNextToken(const char *value)
DescribeDestinationsRequest & WithDestinationNamePrefix(const char *value)
JSON (JavaScript Object Notation).