|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.OperationRequest
public class OperationRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}HTTPHeaders" minOccurs="0"/>
<element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Arguments" minOccurs="0"/>
<element name="RequestProcessingTime" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected Arguments |
arguments
|
protected HTTPHeaders |
httpHeaders
|
protected java.lang.String |
requestId
|
protected java.lang.Float |
requestProcessingTime
|
| Constructor Summary | |
|---|---|
OperationRequest()
|
|
| Method Summary | |
|---|---|
Arguments |
getArguments()
Gets the value of the arguments property. |
HTTPHeaders |
getHTTPHeaders()
Gets the value of the httpHeaders property. |
java.lang.String |
getRequestId()
Gets the value of the requestId property. |
java.lang.Float |
getRequestProcessingTime()
Gets the value of the requestProcessingTime property. |
boolean |
isSetArguments()
|
boolean |
isSetHTTPHeaders()
|
boolean |
isSetRequestId()
|
boolean |
isSetRequestProcessingTime()
|
void |
setArguments(Arguments value)
Sets the value of the arguments property. |
void |
setHTTPHeaders(HTTPHeaders value)
Sets the value of the httpHeaders property. |
void |
setRequestId(java.lang.String value)
Sets the value of the requestId property. |
void |
setRequestProcessingTime(java.lang.Float value)
Sets the value of the requestProcessingTime property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
OperationRequest |
withArguments(Arguments value)
Sets the value of the Arguments property. |
OperationRequest |
withHTTPHeaders(HTTPHeaders value)
Sets the value of the HTTPHeaders property. |
OperationRequest |
withRequestId(java.lang.String value)
Sets the value of the RequestId property. |
OperationRequest |
withRequestProcessingTime(java.lang.Float value)
Sets the value of the RequestProcessingTime property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HTTPHeaders httpHeaders
protected java.lang.String requestId
protected Arguments arguments
protected java.lang.Float requestProcessingTime
| Constructor Detail |
|---|
public OperationRequest()
| Method Detail |
|---|
public HTTPHeaders getHTTPHeaders()
HTTPHeaderspublic void setHTTPHeaders(HTTPHeaders value)
value - allowed object is
HTTPHeaderspublic boolean isSetHTTPHeaders()
public java.lang.String getRequestId()
Stringpublic void setRequestId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetRequestId()
public Arguments getArguments()
Argumentspublic void setArguments(Arguments value)
value - allowed object is
Argumentspublic boolean isSetArguments()
public java.lang.Float getRequestProcessingTime()
Floatpublic void setRequestProcessingTime(java.lang.Float value)
value - allowed object is
Floatpublic boolean isSetRequestProcessingTime()
public OperationRequest withHTTPHeaders(HTTPHeaders value)
value -
public OperationRequest withRequestId(java.lang.String value)
value -
public OperationRequest withArguments(Arguments value)
value -
public OperationRequest withRequestProcessingTime(java.lang.Float value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||