Container for values of the response headers that will be set on a response from a GetObject request.
These values override any headers that were set when the object was uploaded to S3.

C# |
public class ResponseHeaderOverrides

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ResponseHeaderOverrides()()()() | Initializes a new instance of the ResponseHeaderOverrides class |
![]() | CacheControl |
CacheControl header value.
|
![]() | ContentDisposition |
The ContentDisposition header value.
|
![]() | ContentEncoding |
The ContentEncoding header value.
|
![]() | ContentLanguage |
ContentLanguage header value.
|
![]() | ContentType |
A standard MIME type describing the format of the object data.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Expires |
Expiry header value.
|
![]() | 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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCacheControl(String) | Obsolete.
Sets the CacheControl header value.
|
![]() | WithContentDisposition(String) | Obsolete.
Sets the ContentDisposition header value.
|
![]() | WithContentEncoding(String) | Obsolete.
Sets the ContentEncoding header value.
|
![]() | WithContentLanguage(String) | Obsolete.
Sets the ContentLanguage header value.
|
![]() | WithContentType(String) | Obsolete.
Sets a standard MIME type describing the format of the object data.
|
![]() | WithExpires(String) | Obsolete.
Sets the Expires header value.
|

Object | |
![]() | ResponseHeaderOverrides |