Sets the storage class for the uploaded Amazon S3 object.
              	and returns this object instance, 
            	enabling additional method calls to be chained together.
            	Please refer to 
            	S3StorageClass for
             	information on S3 Storage Classes.
            
 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 TransferUtilityUploadRequest WithStorageClass( S3StorageClass sClass )
 Parameters
 Parameters- sClass (S3StorageClass)
- The storage class for the uploaded Amazon S3 object.
 Return Value
 Return Value
            	This object instance, enabling additional method calls to be chained together.