Gets and sets the NextKeyMarker property.
When the number of responses exceeds the value of MaxKeys,
NextKeyMarker specifies the first key not returned that
satisfies the search criteria. Use this value for the
KeyMarker request parameter in a subsequent request.

C# |
public string NextKeyMarker { get; set; }
