Indicates where in the bucket to begin listing. The list will only 
            include keys that occur lexicographically after marker. This is 
            convenient for pagination: to get the next page of results use the 
            last key of the current page as the marker.
            
 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 ListObjectsRequest WithMarker( string marker )
 Parameters
 Parameters- marker (String)
- The marker value
 Return Value
 Return Valuethis instance