

Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.

# Modul utilitas tersedia di AWS SDK for C\+\+
<a name="utility-modules"></a>

 AWS SDK for C\+\+ Ini mencakup banyak [modul utilitas](https://docs.aws.amazon.com/sdk-for-cpp/latest/api/aws-cpp-sdk-core/html/namespace_aws_1_1_utils.html) untuk mengurangi kompleksitas pengembangan AWS aplikasi di C \+\+.

## Tumpukan HTTP
<a name="http-stack"></a>

Tumpukan HTTP yang menyediakan penyatuan koneksi, aman untuk utas, dan dapat digunakan kembali sesuai kebutuhan. Untuk informasi selengkapnya, lihat [Konfigurasi AWS Klien](client-config.md).


****  

|  |  | 
| --- |--- |
| Header |  [`/aws/core/http/`](https://github.com/aws/aws-sdk-cpp/tree/master/aws-cpp-sdk-core/include/aws/core/http)  | 
| Dokumentasi API |  [`Aws::Http`](https://docs.aws.amazon.com/sdk-for-cpp/latest/api/aws-cpp-sdk-core/html/namespace_aws_1_1_http.html)  | 

## String Utils
<a name="string-utils"></a>

Fungsi string inti, seperti`trim`,`lowercase`, dan konversi numerik.


****  

|  |  | 
| --- |--- |
| Header |  [`aws/core/utils/StringUtils.h`](https://github.com/aws/aws-sdk-cpp/tree/master/aws-cpp-sdk-core/include/aws/core/utils/StringUtils.h)  | 
| Dokumentasi API |  [`Aws::Utils::StringUtils`](https://docs.aws.amazon.com/sdk-for-cpp/latest/api/aws-cpp-sdk-core/html/class_aws_1_1_utils_1_1_string_utils.html)  | 

## Utils Hashing
<a name="hashing-utils"></a>

Fungsi hashing seperti`SHA256`,, `MD5``Base64`, dan`SHA256_HMAC`.


****  

|  |  | 
| --- |--- |
| Header |  [`/aws/core/utils/HashingUtils.h`](https://github.com/aws/aws-sdk-cpp/tree/master/aws-cpp-sdk-core/include/aws/core/utils/HashingUtils.h)  | 
| Dokumentasi API |  [`Aws::Utils::HashingUtils`](https://docs.aws.amazon.com/sdk-for-cpp/latest/api/aws-cpp-sdk-core/html/class_aws_1_1_utils_1_1_hashing_utils.html)  | 

## Pengurai JSON
<a name="json-parser"></a>

Parser JSON yang berfungsi penuh namun ringan (pembungkus tipis di sekelilingnya). *`cJSON`*


****  

|  |  | 
| --- |--- |
| Header |  [`/aws/core/utils/json/JsonSerializer.h`](https://github.com/aws/aws-sdk-cpp/tree/master/aws-cpp-sdk-core/include/aws/core/utils/json/JsonSerializer.h)  | 
| Dokumentasi API |  [`Aws::Utils::Json::JsonValue`](https://docs.aws.amazon.com/sdk-for-cpp/latest/api/aws-cpp-sdk-core/html/class_aws_1_1_utils_1_1_json_1_1_json_value.html)  | 

## Pengurai XML
<a name="xml-parser"></a>

Parser XHTML ringan (pembungkus tipis di sekelilingnya). *`tinyxml2`* [Pola RAII](http://en.cppreference.com/w/cpp/language/raii) telah ditambahkan ke antarmuka.


****  

|  |  | 
| --- |--- |
| Header |  [`/aws/core/utils/xml/XmlSerializer.h`](https://github.com/aws/aws-sdk-cpp/tree/master/aws-cpp-sdk-core/include/aws/core/utils/xml/XmlSerializer.h)  | 
| Dokumentasi API |  [`Aws::Utils::Xml`](https://docs.aws.amazon.com/sdk-for-cpp/latest/api/aws-cpp-sdk-core/html/namespace_aws_1_1_utils_1_1_xml.html)  | 