7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace OpenSearchService
55 inline void SetDeploymentType(
const char* value) { m_deploymentTypeHasBeenSet =
true; m_deploymentType.assign(value); }
69 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
77 bool m_deploymentTypeHasBeenSet =
false;
80 bool m_messageHasBeenSet =
false;
void SetDeploymentType(const Aws::String &value)
AWS_OPENSEARCHSERVICE_API DryRunResults()
bool DeploymentTypeHasBeenSet() const
void SetMessage(Aws::String &&value)
DryRunResults & WithDeploymentType(const Aws::String &value)
const Aws::String & GetDeploymentType() const
bool MessageHasBeenSet() const
DryRunResults & WithMessage(const Aws::String &value)
void SetDeploymentType(Aws::String &&value)
AWS_OPENSEARCHSERVICE_API DryRunResults(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(const Aws::String &value)
const Aws::String & GetMessage() const
DryRunResults & WithMessage(Aws::String &&value)
DryRunResults & WithDeploymentType(Aws::String &&value)
DryRunResults & WithDeploymentType(const char *value)
DryRunResults & WithMessage(const char *value)
void SetDeploymentType(const char *value)
AWS_OPENSEARCHSERVICE_API DryRunResults & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue