If this is set then when a GET request is made from the S3 website endpoint a 301 HTTP status code
            will be returned indicating a redirect with this value as the redirect location.
            
 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 PutObjectRequest WithWebsiteRedirectLocation( string websiteRedirectLocation )
 Parameters
 Parameters- websiteRedirectLocation (String)
- The redirect location to be returned on a GET request to this object
 Return Value
 Return Valuethe request with the WebsiteRedirectLocation set