/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The alias of an Object Lambda Access Point. For more information, see How
* to use a bucket-style alias for your S3 bucket Object Lambda Access
* Point.See Also:
AWS
* API Reference
The alias value of the Object Lambda Access Point.
*/ inline const Aws::String& GetValue() const{ return m_value; } /** *The alias value of the Object Lambda Access Point.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *The alias value of the Object Lambda Access Point.
*/ inline void SetValue(const Aws::String& value) { m_valueHasBeenSet = true; m_value = value; } /** *The alias value of the Object Lambda Access Point.
*/ inline void SetValue(Aws::String&& value) { m_valueHasBeenSet = true; m_value = std::move(value); } /** *The alias value of the Object Lambda Access Point.
*/ inline void SetValue(const char* value) { m_valueHasBeenSet = true; m_value.assign(value); } /** *The alias value of the Object Lambda Access Point.
*/ inline ObjectLambdaAccessPointAlias& WithValue(const Aws::String& value) { SetValue(value); return *this;} /** *The alias value of the Object Lambda Access Point.
*/ inline ObjectLambdaAccessPointAlias& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;} /** *The alias value of the Object Lambda Access Point.
*/ inline ObjectLambdaAccessPointAlias& WithValue(const char* value) { SetValue(value); return *this;} /** *The status of the Object Lambda Access Point alias. If the status is
* PROVISIONING
, the Object Lambda Access Point is provisioning the
* alias and the alias is not ready for use yet. If the status is
* READY
, the Object Lambda Access Point alias is successfully
* provisioned and ready for use.
The status of the Object Lambda Access Point alias. If the status is
* PROVISIONING
, the Object Lambda Access Point is provisioning the
* alias and the alias is not ready for use yet. If the status is
* READY
, the Object Lambda Access Point alias is successfully
* provisioned and ready for use.
The status of the Object Lambda Access Point alias. If the status is
* PROVISIONING
, the Object Lambda Access Point is provisioning the
* alias and the alias is not ready for use yet. If the status is
* READY
, the Object Lambda Access Point alias is successfully
* provisioned and ready for use.
The status of the Object Lambda Access Point alias. If the status is
* PROVISIONING
, the Object Lambda Access Point is provisioning the
* alias and the alias is not ready for use yet. If the status is
* READY
, the Object Lambda Access Point alias is successfully
* provisioned and ready for use.
The status of the Object Lambda Access Point alias. If the status is
* PROVISIONING
, the Object Lambda Access Point is provisioning the
* alias and the alias is not ready for use yet. If the status is
* READY
, the Object Lambda Access Point alias is successfully
* provisioned and ready for use.
The status of the Object Lambda Access Point alias. If the status is
* PROVISIONING
, the Object Lambda Access Point is provisioning the
* alias and the alias is not ready for use yet. If the status is
* READY
, the Object Lambda Access Point alias is successfully
* provisioned and ready for use.