/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Returns information about a specific Git blob object.See
* Also:
AWS
* API Reference
The full ID of the blob.
*/ inline const Aws::String& GetBlobId() const{ return m_blobId; } /** *The full ID of the blob.
*/ inline bool BlobIdHasBeenSet() const { return m_blobIdHasBeenSet; } /** *The full ID of the blob.
*/ inline void SetBlobId(const Aws::String& value) { m_blobIdHasBeenSet = true; m_blobId = value; } /** *The full ID of the blob.
*/ inline void SetBlobId(Aws::String&& value) { m_blobIdHasBeenSet = true; m_blobId = std::move(value); } /** *The full ID of the blob.
*/ inline void SetBlobId(const char* value) { m_blobIdHasBeenSet = true; m_blobId.assign(value); } /** *The full ID of the blob.
*/ inline BlobMetadata& WithBlobId(const Aws::String& value) { SetBlobId(value); return *this;} /** *The full ID of the blob.
*/ inline BlobMetadata& WithBlobId(Aws::String&& value) { SetBlobId(std::move(value)); return *this;} /** *The full ID of the blob.
*/ inline BlobMetadata& WithBlobId(const char* value) { SetBlobId(value); return *this;} /** *The path to the blob and associated file name, if any.
*/ inline const Aws::String& GetPath() const{ return m_path; } /** *The path to the blob and associated file name, if any.
*/ inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } /** *The path to the blob and associated file name, if any.
*/ inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } /** *The path to the blob and associated file name, if any.
*/ inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } /** *The path to the blob and associated file name, if any.
*/ inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } /** *The path to the blob and associated file name, if any.
*/ inline BlobMetadata& WithPath(const Aws::String& value) { SetPath(value); return *this;} /** *The path to the blob and associated file name, if any.
*/ inline BlobMetadata& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} /** *The path to the blob and associated file name, if any.
*/ inline BlobMetadata& WithPath(const char* value) { SetPath(value); return *this;} /** *The file mode permissions of the blob. File mode permission codes * include:
100644
indicates read/write
100755
indicates read/write/execute
* 160000
indicates a submodule
120000
* indicates a symlink
The file mode permissions of the blob. File mode permission codes * include:
100644
indicates read/write
100755
indicates read/write/execute
* 160000
indicates a submodule
120000
* indicates a symlink
The file mode permissions of the blob. File mode permission codes * include:
100644
indicates read/write
100755
indicates read/write/execute
* 160000
indicates a submodule
120000
* indicates a symlink
The file mode permissions of the blob. File mode permission codes * include:
100644
indicates read/write
100755
indicates read/write/execute
* 160000
indicates a submodule
120000
* indicates a symlink
The file mode permissions of the blob. File mode permission codes * include:
100644
indicates read/write
100755
indicates read/write/execute
* 160000
indicates a submodule
120000
* indicates a symlink
The file mode permissions of the blob. File mode permission codes * include:
100644
indicates read/write
100755
indicates read/write/execute
* 160000
indicates a submodule
120000
* indicates a symlink
The file mode permissions of the blob. File mode permission codes * include:
100644
indicates read/write
100755
indicates read/write/execute
* 160000
indicates a submodule
120000
* indicates a symlink
The file mode permissions of the blob. File mode permission codes * include:
100644
indicates read/write
100755
indicates read/write/execute
* 160000
indicates a submodule
120000
* indicates a symlink