/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace DataSync { namespace Model { class DescribeLocationAzureBlobResult { public: AWS_DATASYNC_API DescribeLocationAzureBlobResult(); AWS_DATASYNC_API DescribeLocationAzureBlobResult(const Aws::AmazonWebServiceResult& result); AWS_DATASYNC_API DescribeLocationAzureBlobResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The ARN of your Azure Blob Storage transfer location.

*/ inline const Aws::String& GetLocationArn() const{ return m_locationArn; } /** *

The ARN of your Azure Blob Storage transfer location.

*/ inline void SetLocationArn(const Aws::String& value) { m_locationArn = value; } /** *

The ARN of your Azure Blob Storage transfer location.

*/ inline void SetLocationArn(Aws::String&& value) { m_locationArn = std::move(value); } /** *

The ARN of your Azure Blob Storage transfer location.

*/ inline void SetLocationArn(const char* value) { m_locationArn.assign(value); } /** *

The ARN of your Azure Blob Storage transfer location.

*/ inline DescribeLocationAzureBlobResult& WithLocationArn(const Aws::String& value) { SetLocationArn(value); return *this;} /** *

The ARN of your Azure Blob Storage transfer location.

*/ inline DescribeLocationAzureBlobResult& WithLocationArn(Aws::String&& value) { SetLocationArn(std::move(value)); return *this;} /** *

The ARN of your Azure Blob Storage transfer location.

*/ inline DescribeLocationAzureBlobResult& WithLocationArn(const char* value) { SetLocationArn(value); return *this;} /** *

The URL of the Azure Blob Storage container involved in your transfer.

*/ inline const Aws::String& GetLocationUri() const{ return m_locationUri; } /** *

The URL of the Azure Blob Storage container involved in your transfer.

*/ inline void SetLocationUri(const Aws::String& value) { m_locationUri = value; } /** *

The URL of the Azure Blob Storage container involved in your transfer.

*/ inline void SetLocationUri(Aws::String&& value) { m_locationUri = std::move(value); } /** *

The URL of the Azure Blob Storage container involved in your transfer.

*/ inline void SetLocationUri(const char* value) { m_locationUri.assign(value); } /** *

The URL of the Azure Blob Storage container involved in your transfer.

*/ inline DescribeLocationAzureBlobResult& WithLocationUri(const Aws::String& value) { SetLocationUri(value); return *this;} /** *

The URL of the Azure Blob Storage container involved in your transfer.

*/ inline DescribeLocationAzureBlobResult& WithLocationUri(Aws::String&& value) { SetLocationUri(std::move(value)); return *this;} /** *

The URL of the Azure Blob Storage container involved in your transfer.

*/ inline DescribeLocationAzureBlobResult& WithLocationUri(const char* value) { SetLocationUri(value); return *this;} /** *

The authentication method DataSync uses to access your Azure Blob Storage. * DataSync can access blob storage using a shared access signature (SAS).

*/ inline const AzureBlobAuthenticationType& GetAuthenticationType() const{ return m_authenticationType; } /** *

The authentication method DataSync uses to access your Azure Blob Storage. * DataSync can access blob storage using a shared access signature (SAS).

*/ inline void SetAuthenticationType(const AzureBlobAuthenticationType& value) { m_authenticationType = value; } /** *

The authentication method DataSync uses to access your Azure Blob Storage. * DataSync can access blob storage using a shared access signature (SAS).

*/ inline void SetAuthenticationType(AzureBlobAuthenticationType&& value) { m_authenticationType = std::move(value); } /** *

The authentication method DataSync uses to access your Azure Blob Storage. * DataSync can access blob storage using a shared access signature (SAS).

*/ inline DescribeLocationAzureBlobResult& WithAuthenticationType(const AzureBlobAuthenticationType& value) { SetAuthenticationType(value); return *this;} /** *

The authentication method DataSync uses to access your Azure Blob Storage. * DataSync can access blob storage using a shared access signature (SAS).

*/ inline DescribeLocationAzureBlobResult& WithAuthenticationType(AzureBlobAuthenticationType&& value) { SetAuthenticationType(std::move(value)); return *this;} /** *

The type of blob that you want your objects or files to be when transferring * them into Azure Blob Storage. Currently, DataSync only supports moving data into * Azure Blob Storage as block blobs. For more information on blob types, see the * Azure * Blob Storage documentation.

*/ inline const AzureBlobType& GetBlobType() const{ return m_blobType; } /** *

The type of blob that you want your objects or files to be when transferring * them into Azure Blob Storage. Currently, DataSync only supports moving data into * Azure Blob Storage as block blobs. For more information on blob types, see the * Azure * Blob Storage documentation.

*/ inline void SetBlobType(const AzureBlobType& value) { m_blobType = value; } /** *

The type of blob that you want your objects or files to be when transferring * them into Azure Blob Storage. Currently, DataSync only supports moving data into * Azure Blob Storage as block blobs. For more information on blob types, see the * Azure * Blob Storage documentation.

*/ inline void SetBlobType(AzureBlobType&& value) { m_blobType = std::move(value); } /** *

The type of blob that you want your objects or files to be when transferring * them into Azure Blob Storage. Currently, DataSync only supports moving data into * Azure Blob Storage as block blobs. For more information on blob types, see the * Azure * Blob Storage documentation.

*/ inline DescribeLocationAzureBlobResult& WithBlobType(const AzureBlobType& value) { SetBlobType(value); return *this;} /** *

The type of blob that you want your objects or files to be when transferring * them into Azure Blob Storage. Currently, DataSync only supports moving data into * Azure Blob Storage as block blobs. For more information on blob types, see the * Azure * Blob Storage documentation.

*/ inline DescribeLocationAzureBlobResult& WithBlobType(AzureBlobType&& value) { SetBlobType(std::move(value)); return *this;} /** *

The access tier that you want your objects or files transferred into. This * only applies when using the location as a transfer destination. For more * information, see Access * tiers.

*/ inline const AzureAccessTier& GetAccessTier() const{ return m_accessTier; } /** *

The access tier that you want your objects or files transferred into. This * only applies when using the location as a transfer destination. For more * information, see Access * tiers.

*/ inline void SetAccessTier(const AzureAccessTier& value) { m_accessTier = value; } /** *

The access tier that you want your objects or files transferred into. This * only applies when using the location as a transfer destination. For more * information, see Access * tiers.

*/ inline void SetAccessTier(AzureAccessTier&& value) { m_accessTier = std::move(value); } /** *

The access tier that you want your objects or files transferred into. This * only applies when using the location as a transfer destination. For more * information, see Access * tiers.

*/ inline DescribeLocationAzureBlobResult& WithAccessTier(const AzureAccessTier& value) { SetAccessTier(value); return *this;} /** *

The access tier that you want your objects or files transferred into. This * only applies when using the location as a transfer destination. For more * information, see Access * tiers.

*/ inline DescribeLocationAzureBlobResult& WithAccessTier(AzureAccessTier&& value) { SetAccessTier(std::move(value)); return *this;} /** *

The ARNs of the DataSync agents that can connect with your Azure Blob Storage * container.

*/ inline const Aws::Vector& GetAgentArns() const{ return m_agentArns; } /** *

The ARNs of the DataSync agents that can connect with your Azure Blob Storage * container.

*/ inline void SetAgentArns(const Aws::Vector& value) { m_agentArns = value; } /** *

The ARNs of the DataSync agents that can connect with your Azure Blob Storage * container.

*/ inline void SetAgentArns(Aws::Vector&& value) { m_agentArns = std::move(value); } /** *

The ARNs of the DataSync agents that can connect with your Azure Blob Storage * container.

*/ inline DescribeLocationAzureBlobResult& WithAgentArns(const Aws::Vector& value) { SetAgentArns(value); return *this;} /** *

The ARNs of the DataSync agents that can connect with your Azure Blob Storage * container.

*/ inline DescribeLocationAzureBlobResult& WithAgentArns(Aws::Vector&& value) { SetAgentArns(std::move(value)); return *this;} /** *

The ARNs of the DataSync agents that can connect with your Azure Blob Storage * container.

*/ inline DescribeLocationAzureBlobResult& AddAgentArns(const Aws::String& value) { m_agentArns.push_back(value); return *this; } /** *

The ARNs of the DataSync agents that can connect with your Azure Blob Storage * container.

*/ inline DescribeLocationAzureBlobResult& AddAgentArns(Aws::String&& value) { m_agentArns.push_back(std::move(value)); return *this; } /** *

The ARNs of the DataSync agents that can connect with your Azure Blob Storage * container.

*/ inline DescribeLocationAzureBlobResult& AddAgentArns(const char* value) { m_agentArns.push_back(value); return *this; } /** *

The time that your Azure Blob Storage transfer location was created.

*/ inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; } /** *

The time that your Azure Blob Storage transfer location was created.

*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; } /** *

The time that your Azure Blob Storage transfer location was created.

*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); } /** *

The time that your Azure Blob Storage transfer location was created.

*/ inline DescribeLocationAzureBlobResult& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *

The time that your Azure Blob Storage transfer location was created.

*/ inline DescribeLocationAzureBlobResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeLocationAzureBlobResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeLocationAzureBlobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeLocationAzureBlobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_locationArn; Aws::String m_locationUri; AzureBlobAuthenticationType m_authenticationType; AzureBlobType m_blobType; AzureAccessTier m_accessTier; Aws::Vector m_agentArns; Aws::Utils::DateTime m_creationTime; Aws::String m_requestId; }; } // namespace Model } // namespace DataSync } // namespace Aws