@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeneratedResponsePart extends Object implements Serializable, Cloneable, StructuredPojo
Generate response part
Constructor and Description |
---|
GeneratedResponsePart() |
Modifier and Type | Method and Description |
---|---|
GeneratedResponsePart |
clone() |
boolean |
equals(Object obj) |
TextResponsePart |
getTextResponsePart() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTextResponsePart(TextResponsePart textResponsePart) |
String |
toString()
Returns a string representation of this object.
|
GeneratedResponsePart |
withTextResponsePart(TextResponsePart textResponsePart) |
public void setTextResponsePart(TextResponsePart textResponsePart)
textResponsePart
- public TextResponsePart getTextResponsePart()
public GeneratedResponsePart withTextResponsePart(TextResponsePart textResponsePart)
textResponsePart
- public String toString()
toString
in class Object
Object.toString()
public GeneratedResponsePart clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.