7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticbeanstalk/model/ActionType.h>
10#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ElasticBeanstalk
48 template<
typename ActionIdT = Aws::String>
49 void SetActionId(ActionIdT&& value) { m_actionIdHasBeenSet =
true; m_actionId = std::forward<ActionIdT>(value); }
50 template<
typename ActionIdT = Aws::String>
59 template<
typename ActionDescriptionT = Aws::String>
60 void SetActionDescription(ActionDescriptionT&& value) { m_actionDescriptionHasBeenSet =
true; m_actionDescription = std::forward<ActionDescriptionT>(value); }
61 template<
typename ActionDescriptionT = Aws::String>
79 template<
typename StatusT = Aws::String>
80 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
81 template<
typename StatusT = Aws::String>
88 template<
typename ResponseMetadataT = ResponseMetadata>
89 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
90 template<
typename ResponseMetadataT = ResponseMetadata>
96 bool m_actionIdHasBeenSet =
false;
99 bool m_actionDescriptionHasBeenSet =
false;
102 bool m_actionTypeHasBeenSet =
false;
105 bool m_statusHasBeenSet =
false;
107 ResponseMetadata m_responseMetadata;
108 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
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