24 template<
typename RESULT_TYPE>
25 class AmazonWebServiceResult;
105 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
void SetNextToken(const char *value)
std::vector< T, Aws::Allocator< T > > Vector
void SetNextToken(const Aws::String &value)
void SetResponseMetadata(const ResponseMetadata &value)
const Aws::String & GetNextToken() const
DescribeNotificationConfigurationsResult & WithResponseMetadata(const ResponseMetadata &value)
DescribeNotificationConfigurationsResult & WithNextToken(Aws::String &&value)
DescribeNotificationConfigurationsResult & WithNextToken(const char *value)
void SetNotificationConfigurations(const Aws::Vector< NotificationConfiguration > &value)
DescribeNotificationConfigurationsResult & AddNotificationConfigurations(const NotificationConfiguration &value)
void SetNotificationConfigurations(Aws::Vector< NotificationConfiguration > &&value)
DescribeNotificationConfigurationsResult & WithResponseMetadata(ResponseMetadata &&value)
void SetResponseMetadata(ResponseMetadata &&value)
void SetNextToken(Aws::String &&value)
DescribeNotificationConfigurationsResult & WithNotificationConfigurations(Aws::Vector< NotificationConfiguration > &&value)
DescribeNotificationConfigurationsResult & WithNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DescribeNotificationConfigurationsResult & WithNotificationConfigurations(const Aws::Vector< NotificationConfiguration > &value)
DescribeNotificationConfigurationsResult & AddNotificationConfigurations(NotificationConfiguration &&value)
const ResponseMetadata & GetResponseMetadata() const
#define AWS_AUTOSCALING_API
const Aws::Vector< NotificationConfiguration > & GetNotificationConfigurations() const
JSON (JavaScript Object Notation).