/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include JoinDomainOutputSee Also:
AWS
* API Reference
The unique Amazon Resource Name (ARN) of the gateway that joined the * domain.
*/ inline const Aws::String& GetGatewayARN() const{ return m_gatewayARN; } /** *The unique Amazon Resource Name (ARN) of the gateway that joined the * domain.
*/ inline void SetGatewayARN(const Aws::String& value) { m_gatewayARN = value; } /** *The unique Amazon Resource Name (ARN) of the gateway that joined the * domain.
*/ inline void SetGatewayARN(Aws::String&& value) { m_gatewayARN = std::move(value); } /** *The unique Amazon Resource Name (ARN) of the gateway that joined the * domain.
*/ inline void SetGatewayARN(const char* value) { m_gatewayARN.assign(value); } /** *The unique Amazon Resource Name (ARN) of the gateway that joined the * domain.
*/ inline JoinDomainResult& WithGatewayARN(const Aws::String& value) { SetGatewayARN(value); return *this;} /** *The unique Amazon Resource Name (ARN) of the gateway that joined the * domain.
*/ inline JoinDomainResult& WithGatewayARN(Aws::String&& value) { SetGatewayARN(std::move(value)); return *this;} /** *The unique Amazon Resource Name (ARN) of the gateway that joined the * domain.
*/ inline JoinDomainResult& WithGatewayARN(const char* value) { SetGatewayARN(value); return *this;} /** *Indicates the status of the gateway as a member of the Active Directory * domain.
ACCESS_DENIED
: Indicates that the
* JoinDomain
operation failed due to an authentication error.
DETACHED
: Indicates that gateway is not joined to a
* domain.
JOINED
: Indicates that the gateway has
* successfully joined a domain.
JOINING
: Indicates
* that a JoinDomain
operation is in progress.
* NETWORK_ERROR
: Indicates that JoinDomain
operation
* failed due to a network or connectivity error.
* TIMEOUT
: Indicates that the JoinDomain
operation
* failed because the operation didn't complete within the allotted time.
UNKNOWN_ERROR
: Indicates that the JoinDomain
* operation failed due to another type of error.
Indicates the status of the gateway as a member of the Active Directory * domain.
ACCESS_DENIED
: Indicates that the
* JoinDomain
operation failed due to an authentication error.
DETACHED
: Indicates that gateway is not joined to a
* domain.
JOINED
: Indicates that the gateway has
* successfully joined a domain.
JOINING
: Indicates
* that a JoinDomain
operation is in progress.
* NETWORK_ERROR
: Indicates that JoinDomain
operation
* failed due to a network or connectivity error.
* TIMEOUT
: Indicates that the JoinDomain
operation
* failed because the operation didn't complete within the allotted time.
UNKNOWN_ERROR
: Indicates that the JoinDomain
* operation failed due to another type of error.
Indicates the status of the gateway as a member of the Active Directory * domain.
ACCESS_DENIED
: Indicates that the
* JoinDomain
operation failed due to an authentication error.
DETACHED
: Indicates that gateway is not joined to a
* domain.
JOINED
: Indicates that the gateway has
* successfully joined a domain.
JOINING
: Indicates
* that a JoinDomain
operation is in progress.
* NETWORK_ERROR
: Indicates that JoinDomain
operation
* failed due to a network or connectivity error.
* TIMEOUT
: Indicates that the JoinDomain
operation
* failed because the operation didn't complete within the allotted time.
UNKNOWN_ERROR
: Indicates that the JoinDomain
* operation failed due to another type of error.
Indicates the status of the gateway as a member of the Active Directory * domain.
ACCESS_DENIED
: Indicates that the
* JoinDomain
operation failed due to an authentication error.
DETACHED
: Indicates that gateway is not joined to a
* domain.
JOINED
: Indicates that the gateway has
* successfully joined a domain.
JOINING
: Indicates
* that a JoinDomain
operation is in progress.
* NETWORK_ERROR
: Indicates that JoinDomain
operation
* failed due to a network or connectivity error.
* TIMEOUT
: Indicates that the JoinDomain
operation
* failed because the operation didn't complete within the allotted time.
UNKNOWN_ERROR
: Indicates that the JoinDomain
* operation failed due to another type of error.
Indicates the status of the gateway as a member of the Active Directory * domain.
ACCESS_DENIED
: Indicates that the
* JoinDomain
operation failed due to an authentication error.
DETACHED
: Indicates that gateway is not joined to a
* domain.
JOINED
: Indicates that the gateway has
* successfully joined a domain.
JOINING
: Indicates
* that a JoinDomain
operation is in progress.
* NETWORK_ERROR
: Indicates that JoinDomain
operation
* failed due to a network or connectivity error.
* TIMEOUT
: Indicates that the JoinDomain
operation
* failed because the operation didn't complete within the allotted time.
UNKNOWN_ERROR
: Indicates that the JoinDomain
* operation failed due to another type of error.