C# Class Amazon.S3.Model.GetObjectRequest

The GetObjectRequest contains the parameters used for the GetObject operation. For more information about the optional parameters, refer:
Required Parameters: BucketName, Key
Optional Parameters: VersionId, ModifiedSinceDate, UnmodifiedSinceDate, ETagToMatch, ETagToNotMatch, ByteRange
Inheritance: Amazon.S3.Model.S3Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetBucketName ( ) : bool
IsSetByteRange ( ) : bool
IsSetEtagToMatch ( ) : bool
IsSetEtagToNotMatch ( ) : bool
IsSetKey ( ) : bool
IsSetModifiedSinceDate ( ) : bool
IsSetPartNumber ( ) : bool

Checks if PartNumber property is set.

IsSetRequestPayer ( ) : bool

Checks to see if RequetsPayer is set.

IsSetResponseExpires ( ) : bool
IsSetServerSideEncryptionCustomerMethod ( ) : bool
IsSetServerSideEncryptionCustomerProvidedKey ( ) : bool

Checks if ServerSideEncryptionCustomerProvidedKey property is set.

IsSetServerSideEncryptionCustomerProvidedKeyMD5 ( ) : bool

Checks if ServerSideEncryptionCustomerProvidedKeyMD5 property is set.

IsSetUnmodifiedSinceDate ( ) : bool
IsSetVersionId ( ) : bool