Table of Contents

Class ResponseMetadata

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

Information about the request.

public class ResponseMetadata
Inheritance
ResponseMetadata
Inherited Members

Constructors

ResponseMetadata()

public ResponseMetadata()

Properties

ChecksumAlgorithm

Checksum algorithm that was selected to validate the response's integrity

public CoreChecksumAlgorithm ChecksumAlgorithm { get; set; }

Property Value

CoreChecksumAlgorithm

ChecksumValidationStatus

Status of checksum validation for this response

public ChecksumValidationStatus ChecksumValidationStatus { get; set; }

Property Value

ChecksumValidationStatus

Metadata

public IDictionary<string, string> Metadata { get; }

Property Value

IDictionary<string, string>

RequestId

Gets and sets the RequestId property. ID that uniquely identifies a request. Amazon keeps track of request IDs. If you have a question about a request, include the request ID in your correspondence.

public string RequestId { get; set; }

Property Value

string