public class ResponseMetadata extends Object
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 name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Wed Feb 18 13:28:59 PST 2009| Constructor and Description |
|---|
ResponseMetadata()
Default constructor
|
ResponseMetadata(String requestId)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
Gets the value of the requestId property.
|
boolean |
isSetRequestId() |
void |
setRequestId(String value)
Sets the value of the requestId property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
ResponseMetadata |
withRequestId(String value)
Sets the value of the RequestId property.
|
protected String requestId
public ResponseMetadata()
public ResponseMetadata(String requestId)
public String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is
Stringpublic boolean isSetRequestId()
public ResponseMetadata withRequestId(String value)
value - protected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.