C# Class Amazon.S3.Model.GetPreSignedUrlRequest

The parameters to create a pre-signed URL to a bucket or object.
For more information, refer to: .
Required Parameters: BucketName, Expires
Optional Parameters: Key, VersionId, Verb: default is GET
Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Public Methods

Method Description
IsSetExpires ( ) : bool

Checks if Expires property is set.

Private Methods

Method Description
IsSetBucketName ( ) : bool

Checks if BucketName property is set.

IsSetContentType ( ) : bool

Checks if ContentType property is set.

IsSetKey ( ) : bool

Checks if Key property is set.

IsSetVersionId ( ) : bool

Checks if VersionId property is set.

Method Details

IsSetExpires() public method

Checks if Expires property is set.
public IsSetExpires ( ) : bool
return bool