AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
aws-cpp-sdk-s3
include
aws
s3
model
ChecksumAlgorithm.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/s3/S3_EXPORTS.h
>
8
#include <
aws/core/utils/memory/stl/AWSString.h
>
9
10
namespace
Aws
11
{
12
namespace
S3
13
{
14
namespace
Model
15
{
16
enum class
ChecksumAlgorithm
17
{
18
NOT_SET
,
19
CRC32
,
20
CRC32C
,
21
SHA1
,
22
SHA256
23
};
24
25
namespace
ChecksumAlgorithmMapper
26
{
27
AWS_S3_API
ChecksumAlgorithm
GetChecksumAlgorithmForName
(
const
Aws::String
& name);
28
29
AWS_S3_API
Aws::String
GetNameForChecksumAlgorithm
(
ChecksumAlgorithm
value);
30
}
// namespace ChecksumAlgorithmMapper
31
}
// namespace Model
32
}
// namespace S3
33
}
// namespace Aws
AWSString.h
S3_EXPORTS.h
AWS_S3_API
#define AWS_S3_API
Definition:
S3_EXPORTS.h:28
Aws::S3::Model::ChecksumAlgorithmMapper::GetChecksumAlgorithmForName
AWS_S3_API ChecksumAlgorithm GetChecksumAlgorithmForName(const Aws::String &name)
Aws::S3::Model::ChecksumAlgorithmMapper::GetNameForChecksumAlgorithm
AWS_S3_API Aws::String GetNameForChecksumAlgorithm(ChecksumAlgorithm value)
Aws::S3::Model::AnalyticsS3ExportFileFormat::NOT_SET
@ NOT_SET
Aws::S3::Model::ChecksumAlgorithm
ChecksumAlgorithm
Definition:
ChecksumAlgorithm.h:17
Aws::S3::Model::ChecksumAlgorithm::CRC32
@ CRC32
Aws::S3::Model::ChecksumAlgorithm::CRC32C
@ CRC32C
Aws::S3::Model::ChecksumAlgorithm::SHA1
@ SHA1
Aws::S3::Model::ChecksumAlgorithm::SHA256
@ SHA256
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.7
Privacy |
Site terms |
Cookie preferences