com.amazonaws
Class RequestClientOptions

java.lang.Object
  extended by com.amazonaws.RequestClientOptions

public final class RequestClientOptions
extends Object

Arbitrary options storage for individual AmazonWebServiceRequests. This class is not intended to be used by clients.


Constructor Summary
RequestClientOptions()
           
 
Method Summary
 void addClientMarker(String clientMarker)
          Adds a client marker, if it wasn't already present.
 String getClientMarker()
          Returns all client markers as a space-delimited string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestClientOptions

public RequestClientOptions()
Method Detail

getClientMarker

public String getClientMarker()
Returns all client markers as a space-delimited string.


addClientMarker

public void addClientMarker(String clientMarker)
Adds a client marker, if it wasn't already present.



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.