@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteSessionResult() |
Modifier and Type | Method and Description |
---|---|
DeleteSessionResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
Returns the ID of the deleted session.
|
int |
hashCode() |
void |
setId(String id)
Returns the ID of the deleted session.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSessionResult |
withId(String id)
Returns the ID of the deleted session.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
Returns the ID of the deleted session.
id
- Returns the ID of the deleted session.public String getId()
Returns the ID of the deleted session.
public DeleteSessionResult withId(String id)
Returns the ID of the deleted session.
id
- Returns the ID of the deleted session.public String toString()
toString
in class Object
Object.toString()
public DeleteSessionResult clone()