@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndSessionResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains the details of the ended session.
| Constructor and Description |
|---|
EndSessionResult() |
| Modifier and Type | Method and Description |
|---|---|
EndSessionResult |
clone() |
boolean |
equals(Object obj) |
TimingInformation |
getTimingInformation()
Contains server-side performance information for the command.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
String |
toString()
Returns a string representation of this object.
|
EndSessionResult |
withTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
public void setTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
timingInformation - Contains server-side performance information for the command.public TimingInformation getTimingInformation()
Contains server-side performance information for the command.
public EndSessionResult withTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
timingInformation - Contains server-side performance information for the command.public String toString()
toString in class ObjectObject.toString()public EndSessionResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.