7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace OpenSearchService
53 template<
typename DeploymentTypeT = Aws::String>
54 void SetDeploymentType(DeploymentTypeT&& value) { m_deploymentTypeHasBeenSet =
true; m_deploymentType = std::forward<DeploymentTypeT>(value); }
55 template<
typename DeploymentTypeT = Aws::String>
65 template<
typename MessageT = Aws::String>
66 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
67 template<
typename MessageT = Aws::String>
73 bool m_deploymentTypeHasBeenSet =
false;
76 bool m_messageHasBeenSet =
false;
bool DeploymentTypeHasBeenSet() const
DryRunResults & WithMessage(MessageT &&value)
AWS_OPENSEARCHSERVICE_API DryRunResults()=default
DryRunResults & WithDeploymentType(DeploymentTypeT &&value)
const Aws::String & GetDeploymentType() const
bool MessageHasBeenSet() const
AWS_OPENSEARCHSERVICE_API DryRunResults(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
void SetDeploymentType(DeploymentTypeT &&value)
void SetMessage(MessageT &&value)
AWS_OPENSEARCHSERVICE_API DryRunResults & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue