7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
10#include <aws/elasticbeanstalk/model/ActionType.h>
11#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElasticBeanstalk {
44 template <
typename ActionIdT = Aws::String>
46 m_actionIdHasBeenSet =
true;
47 m_actionId = std::forward<ActionIdT>(value);
49 template <
typename ActionIdT = Aws::String>
61 template <
typename ActionDescriptionT = Aws::String>
63 m_actionDescriptionHasBeenSet =
true;
64 m_actionDescription = std::forward<ActionDescriptionT>(value);
66 template <
typename ActionDescriptionT = Aws::String>
79 m_actionTypeHasBeenSet =
true;
93 template <
typename StatusT = Aws::String>
95 m_statusHasBeenSet =
true;
96 m_status = std::forward<StatusT>(value);
98 template <
typename StatusT = Aws::String>
108 template <
typename ResponseMetadataT = ResponseMetadata>
110 m_responseMetadataHasBeenSet =
true;
111 m_responseMetadata = std::forward<ResponseMetadataT>(value);
113 template <
typename ResponseMetadataT = ResponseMetadata>
130 ResponseMetadata m_responseMetadata;
132 bool m_actionIdHasBeenSet =
false;
133 bool m_actionDescriptionHasBeenSet =
false;
134 bool m_actionTypeHasBeenSet =
false;
135 bool m_statusHasBeenSet =
false;
136 bool m_responseMetadataHasBeenSet =
false;
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICBEANSTALK_API ApplyEnvironmentManagedActionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICBEANSTALK_API ApplyEnvironmentManagedActionResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetActionType(ActionType value)
ApplyEnvironmentManagedActionResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::String & GetActionDescription() const
const ResponseMetadata & GetResponseMetadata() const
ApplyEnvironmentManagedActionResult & WithActionType(ActionType value)
void SetActionDescription(ActionDescriptionT &&value)
ActionType GetActionType() const
AWS_ELASTICBEANSTALK_API ApplyEnvironmentManagedActionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetStatus() const
void SetStatus(StatusT &&value)
void SetActionId(ActionIdT &&value)
ApplyEnvironmentManagedActionResult & WithStatus(StatusT &&value)
ApplyEnvironmentManagedActionResult & WithActionId(ActionIdT &&value)
const Aws::String & GetActionId() const
ApplyEnvironmentManagedActionResult & WithActionDescription(ActionDescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument