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.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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.

Inheritance Hierarchy

System..::..Object
  Amazon.S3.Model..::..ResponseHeaderOverrides

See Also