7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticsearchService
48 template<
typename DeploymentTypeT = Aws::String>
49 void SetDeploymentType(DeploymentTypeT&& value) { m_deploymentTypeHasBeenSet =
true; m_deploymentType = std::forward<DeploymentTypeT>(value); }
50 template<
typename DeploymentTypeT = Aws::String>
60 template<
typename MessageT = Aws::String>
61 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
62 template<
typename MessageT = Aws::String>
68 bool m_deploymentTypeHasBeenSet =
false;
71 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