7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
19namespace OpenSearchService {
47 template <
typename DeploymentTypeT = Aws::String>
49 m_deploymentTypeHasBeenSet =
true;
50 m_deploymentType = std::forward<DeploymentTypeT>(value);
52 template <
typename DeploymentTypeT = Aws::String>
65 template <
typename MessageT = Aws::String>
67 m_messageHasBeenSet =
true;
68 m_message = std::forward<MessageT>(value);
70 template <
typename MessageT = Aws::String>
80 bool m_deploymentTypeHasBeenSet =
false;
81 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