/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The metadata of the endpoint.See Also:
AWS
* API Reference
The name of the endpoint.
*/ inline const Aws::String& GetEndpointName() const{ return m_endpointName; } /** *The name of the endpoint.
*/ inline bool EndpointNameHasBeenSet() const { return m_endpointNameHasBeenSet; } /** *The name of the endpoint.
*/ inline void SetEndpointName(const Aws::String& value) { m_endpointNameHasBeenSet = true; m_endpointName = value; } /** *The name of the endpoint.
*/ inline void SetEndpointName(Aws::String&& value) { m_endpointNameHasBeenSet = true; m_endpointName = std::move(value); } /** *The name of the endpoint.
*/ inline void SetEndpointName(const char* value) { m_endpointNameHasBeenSet = true; m_endpointName.assign(value); } /** *The name of the endpoint.
*/ inline EndpointMetadata& WithEndpointName(const Aws::String& value) { SetEndpointName(value); return *this;} /** *The name of the endpoint.
*/ inline EndpointMetadata& WithEndpointName(Aws::String&& value) { SetEndpointName(std::move(value)); return *this;} /** *The name of the endpoint.
*/ inline EndpointMetadata& WithEndpointName(const char* value) { SetEndpointName(value); return *this;} /** *The name of the endpoint configuration.
*/ inline const Aws::String& GetEndpointConfigName() const{ return m_endpointConfigName; } /** *The name of the endpoint configuration.
*/ inline bool EndpointConfigNameHasBeenSet() const { return m_endpointConfigNameHasBeenSet; } /** *The name of the endpoint configuration.
*/ inline void SetEndpointConfigName(const Aws::String& value) { m_endpointConfigNameHasBeenSet = true; m_endpointConfigName = value; } /** *The name of the endpoint configuration.
*/ inline void SetEndpointConfigName(Aws::String&& value) { m_endpointConfigNameHasBeenSet = true; m_endpointConfigName = std::move(value); } /** *The name of the endpoint configuration.
*/ inline void SetEndpointConfigName(const char* value) { m_endpointConfigNameHasBeenSet = true; m_endpointConfigName.assign(value); } /** *The name of the endpoint configuration.
*/ inline EndpointMetadata& WithEndpointConfigName(const Aws::String& value) { SetEndpointConfigName(value); return *this;} /** *The name of the endpoint configuration.
*/ inline EndpointMetadata& WithEndpointConfigName(Aws::String&& value) { SetEndpointConfigName(std::move(value)); return *this;} /** *The name of the endpoint configuration.
*/ inline EndpointMetadata& WithEndpointConfigName(const char* value) { SetEndpointConfigName(value); return *this;} /** *The status of the endpoint. For possible values of the status of an * endpoint, see EndpointSummary. *
*/ inline const EndpointStatus& GetEndpointStatus() const{ return m_endpointStatus; } /** *The status of the endpoint. For possible values of the status of an * endpoint, see EndpointSummary. *
*/ inline bool EndpointStatusHasBeenSet() const { return m_endpointStatusHasBeenSet; } /** *The status of the endpoint. For possible values of the status of an * endpoint, see EndpointSummary. *
*/ inline void SetEndpointStatus(const EndpointStatus& value) { m_endpointStatusHasBeenSet = true; m_endpointStatus = value; } /** *The status of the endpoint. For possible values of the status of an * endpoint, see EndpointSummary. *
*/ inline void SetEndpointStatus(EndpointStatus&& value) { m_endpointStatusHasBeenSet = true; m_endpointStatus = std::move(value); } /** *The status of the endpoint. For possible values of the status of an * endpoint, see EndpointSummary. *
*/ inline EndpointMetadata& WithEndpointStatus(const EndpointStatus& value) { SetEndpointStatus(value); return *this;} /** *The status of the endpoint. For possible values of the status of an * endpoint, see EndpointSummary. *
*/ inline EndpointMetadata& WithEndpointStatus(EndpointStatus&& value) { SetEndpointStatus(std::move(value)); return *this;} /** * If the status of the endpoint is Failed
, or the status is
* InService
but update operation fails, this provides the reason why
* it failed.
If the status of the endpoint is Failed
, or the status is
* InService
but update operation fails, this provides the reason why
* it failed.
If the status of the endpoint is Failed
, or the status is
* InService
but update operation fails, this provides the reason why
* it failed.
If the status of the endpoint is Failed
, or the status is
* InService
but update operation fails, this provides the reason why
* it failed.
If the status of the endpoint is Failed
, or the status is
* InService
but update operation fails, this provides the reason why
* it failed.
If the status of the endpoint is Failed
, or the status is
* InService
but update operation fails, this provides the reason why
* it failed.
If the status of the endpoint is Failed
, or the status is
* InService
but update operation fails, this provides the reason why
* it failed.
If the status of the endpoint is Failed
, or the status is
* InService
but update operation fails, this provides the reason why
* it failed.