7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/autoscaling/model/ResponseMetadata.h>
11#include <aws/autoscaling/model/NotificationConfiguration.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename NotificationConfigurationsT = Aws::Vector<NotificationConfiguration>>
44 void SetNotificationConfigurations(NotificationConfigurationsT&& value) { m_notificationConfigurationsHasBeenSet =
true; m_notificationConfigurations = std::forward<NotificationConfigurationsT>(value); }
45 template<
typename NotificationConfigurationsT = Aws::Vector<NotificationConfiguration>>
47 template<
typename NotificationConfigurationsT = NotificationConfiguration>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
68 template<
typename ResponseMetadataT = ResponseMetadata>
69 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
70 template<
typename ResponseMetadataT = ResponseMetadata>
76 bool m_notificationConfigurationsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_responseMetadataHasBeenSet =
false;
const Aws::Vector< NotificationConfiguration > & GetNotificationConfigurations() const
AWS_AUTOSCALING_API DescribeNotificationConfigurationsResult()=default
AWS_AUTOSCALING_API DescribeNotificationConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
void SetNextToken(NextTokenT &&value)
DescribeNotificationConfigurationsResult & AddNotificationConfigurations(NotificationConfigurationsT &&value)
void SetNotificationConfigurations(NotificationConfigurationsT &&value)
const Aws::String & GetNextToken() const
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeNotificationConfigurationsResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_AUTOSCALING_API DescribeNotificationConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeNotificationConfigurationsResult & WithNotificationConfigurations(NotificationConfigurationsT &&value)
DescribeNotificationConfigurationsResult & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument