/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The configured access rules for the domain's document and search endpoints,
* and the current status of those rules.See Also:
AWS
* API Reference
The access policy configured for the Elasticsearch domain. Access policies * may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
*/ inline const Aws::String& GetOptions() const{ return m_options; } /** *The access policy configured for the Elasticsearch domain. Access policies * may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
*/ inline bool OptionsHasBeenSet() const { return m_optionsHasBeenSet; } /** *The access policy configured for the Elasticsearch domain. Access policies * may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
*/ inline void SetOptions(const Aws::String& value) { m_optionsHasBeenSet = true; m_options = value; } /** *The access policy configured for the Elasticsearch domain. Access policies * may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
*/ inline void SetOptions(Aws::String&& value) { m_optionsHasBeenSet = true; m_options = std::move(value); } /** *The access policy configured for the Elasticsearch domain. Access policies * may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
*/ inline void SetOptions(const char* value) { m_optionsHasBeenSet = true; m_options.assign(value); } /** *The access policy configured for the Elasticsearch domain. Access policies * may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
*/ inline AccessPoliciesStatus& WithOptions(const Aws::String& value) { SetOptions(value); return *this;} /** *The access policy configured for the Elasticsearch domain. Access policies * may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
*/ inline AccessPoliciesStatus& WithOptions(Aws::String&& value) { SetOptions(std::move(value)); return *this;} /** *The access policy configured for the Elasticsearch domain. Access policies * may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
*/ inline AccessPoliciesStatus& WithOptions(const char* value) { SetOptions(value); return *this;} /** *The status of the access policy for the Elasticsearch domain. See
* OptionStatus
for the status information that's included.
The status of the access policy for the Elasticsearch domain. See
* OptionStatus
for the status information that's included.
The status of the access policy for the Elasticsearch domain. See
* OptionStatus
for the status information that's included.
The status of the access policy for the Elasticsearch domain. See
* OptionStatus
for the status information that's included.
The status of the access policy for the Elasticsearch domain. See
* OptionStatus
for the status information that's included.
The status of the access policy for the Elasticsearch domain. See
* OptionStatus
for the status information that's included.