Sets the StorageClass property for the object.
            
 Declaration Syntax
 Declaration Syntax| C# | 
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public InitiateMultipartUploadRequest WithStorageClass( S3StorageClass sClass )
 Parameters
 Parameters- sClass (S3StorageClass)
- The Storage Class to be set on the object
 Return Value
 Return ValueThe request with the StorageClass set
 Remarks
 Remarks
            Default: S3StorageClass.Standard. Set this property
            only if you want reduced redundancy for this object.
            Please refer to 
            S3StorageClass for
            information on S3 Storage Classes.