7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/autoscaling/model/NotificationConfiguration.h>
9#include <aws/autoscaling/model/ResponseMetadata.h>
10#include <aws/core/http/HttpResponse.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace AutoScaling {
39 template <
typename NotificationConfigurationsT = Aws::Vector<NotificationConfiguration>>
41 m_notificationConfigurationsHasBeenSet =
true;
42 m_notificationConfigurations = std::forward<NotificationConfigurationsT>(value);
44 template <
typename NotificationConfigurationsT = Aws::Vector<NotificationConfiguration>>
49 template <
typename NotificationConfigurationsT = NotificationConfiguration>
51 m_notificationConfigurationsHasBeenSet =
true;
52 m_notificationConfigurations.emplace_back(std::forward<NotificationConfigurationsT>(value));
65 template <
typename NextTokenT = Aws::String>
67 m_nextTokenHasBeenSet =
true;
68 m_nextToken = std::forward<NextTokenT>(value);
70 template <
typename NextTokenT = Aws::String>
80 template <
typename ResponseMetadataT = ResponseMetadata>
82 m_responseMetadataHasBeenSet =
true;
83 m_responseMetadata = std::forward<ResponseMetadataT>(value);
85 template <
typename ResponseMetadataT = ResponseMetadata>
100 bool m_notificationConfigurationsHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
102 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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