7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticsearchService
50 inline void SetDeploymentType(
const char* value) { m_deploymentTypeHasBeenSet =
true; m_deploymentType.assign(value); }
64 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
72 bool m_deploymentTypeHasBeenSet =
false;
75 bool m_messageHasBeenSet =
false;
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
DryRunResults & WithDeploymentType(const Aws::String &value)
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DeploymentTypeHasBeenSet() const
DryRunResults & WithDeploymentType(Aws::String &&value)
AWS_ELASTICSEARCHSERVICE_API DryRunResults()
DryRunResults & WithMessage(const Aws::String &value)
void SetDeploymentType(const char *value)
void SetMessage(const Aws::String &value)
AWS_ELASTICSEARCHSERVICE_API DryRunResults & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ELASTICSEARCHSERVICE_API DryRunResults(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDeploymentType() const
void SetMessage(Aws::String &&value)
void SetDeploymentType(const Aws::String &value)
void SetMessage(const char *value)
DryRunResults & WithDeploymentType(const char *value)
DryRunResults & WithMessage(const char *value)
DryRunResults & WithMessage(Aws::String &&value)
void SetDeploymentType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue