7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/es/ElasticsearchService_EXPORTS.h>
19namespace ElasticsearchService {
42 template <
typename DeploymentTypeT = Aws::String>
44 m_deploymentTypeHasBeenSet =
true;
45 m_deploymentType = std::forward<DeploymentTypeT>(value);
47 template <
typename DeploymentTypeT = Aws::String>
60 template <
typename MessageT = Aws::String>
62 m_messageHasBeenSet =
true;
63 m_message = std::forward<MessageT>(value);
65 template <
typename MessageT = Aws::String>
75 bool m_deploymentTypeHasBeenSet =
false;
76 bool m_messageHasBeenSet =
false;
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DeploymentTypeHasBeenSet() const
void SetMessage(MessageT &&value)
AWS_ELASTICSEARCHSERVICE_API DryRunResults & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ELASTICSEARCHSERVICE_API DryRunResults()=default
void SetDeploymentType(DeploymentTypeT &&value)
AWS_ELASTICSEARCHSERVICE_API DryRunResults(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDeploymentType() const
DryRunResults & WithDeploymentType(DeploymentTypeT &&value)
DryRunResults & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue