@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuccessfulRequest extends Object implements Serializable, Cloneable, StructuredPojo
A successful request identified by the unique client token.
| Constructor and Description |
|---|
SuccessfulRequest() |
| Modifier and Type | Method and Description |
|---|---|
SuccessfulRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken() |
String |
getId() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setClientToken(String clientToken) |
void |
setId(String id) |
String |
toString()
Returns a string representation of this object.
|
SuccessfulRequest |
withClientToken(String clientToken) |
SuccessfulRequest |
withId(String id) |
public void setClientToken(String clientToken)
clientToken - public String getClientToken()
public SuccessfulRequest withClientToken(String clientToken)
clientToken - public void setId(String id)
id - public String getId()
public SuccessfulRequest withId(String id)
id - public String toString()
toString in class ObjectObject.toString()public SuccessfulRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.