7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/storagegateway/model/ActiveDirectoryStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace StorageGateway
47 template<
typename GatewayARNT = Aws::String>
48 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
49 template<
typename GatewayARNT = Aws::String>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
91 bool m_gatewayARNHasBeenSet =
false;
94 bool m_activeDirectoryStatusHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
JoinDomainResult & WithRequestId(RequestIdT &&value)
void SetGatewayARN(GatewayARNT &&value)
AWS_STORAGEGATEWAY_API JoinDomainResult()=default
JoinDomainResult & WithGatewayARN(GatewayARNT &&value)
JoinDomainResult & WithActiveDirectoryStatus(ActiveDirectoryStatus value)
AWS_STORAGEGATEWAY_API JoinDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ActiveDirectoryStatus GetActiveDirectoryStatus() const
void SetActiveDirectoryStatus(ActiveDirectoryStatus value)
AWS_STORAGEGATEWAY_API JoinDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::String & GetGatewayARN() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue