This class contains the values of the response headers that will be set on the
response from a GetObject request. These values override any headers that were set
when the object was uploaded to S3.
Namespace: Amazon.S3.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ResponseHeaderOverrides
Public Class ResponseHeaderOverrides
public ref class ResponseHeaderOverrides
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ResponseHeaderOverrides()()()() | Initializes a new instance of the ResponseHeaderOverrides class | |
| CacheControl |
Gets or sets the CacheControl.
| |
| ContentDisposition |
Gets or sets the ContentDisposition.
| |
| ContentEncoding |
Gets or sets the ContentEncoding.
| |
| ContentLanguage |
Gets or sets the ContentLanguage.
| |
| ContentType |
Gets or sets the ContentType.
| |
| Equals(Object) | (Inherited from Object.) | |
| Expires |
Gets or sets the Expires.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) | |
| WithCacheControl(String) |
Sets the CacheControl property and returns back this instance for method chaining.
| |
| WithContentDisposition(String) |
Sets the ContentDisposition property and returns back this instance for method chaining.
| |
| WithContentEncoding(String) |
Sets the ContentEncoding property and returns back this instance for method chaining.
| |
| WithContentLanguage(String) |
Sets the ContentLanguage property and returns back this instance for method chaining.
| |
| WithContentType(String) |
Sets the ContentType property and returns back this instance for method chaining.
| |
| WithExpires(String) |
Sets the Expires property and returns back this instance for method chaining.
|