@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSessionRequest extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a request to start a new session.
| Constructor and Description |
|---|
StartSessionRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartSessionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLedgerName()
The name of the ledger to start a new session against.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLedgerName(String ledgerName)
The name of the ledger to start a new session against.
|
String |
toString()
Returns a string representation of this object.
|
StartSessionRequest |
withLedgerName(String ledgerName)
The name of the ledger to start a new session against.
|
public void setLedgerName(String ledgerName)
The name of the ledger to start a new session against.
ledgerName - The name of the ledger to start a new session against.public String getLedgerName()
The name of the ledger to start a new session against.
public StartSessionRequest withLedgerName(String ledgerName)
The name of the ledger to start a new session against.
ledgerName - The name of the ledger to start a new session against.public String toString()
toString in class ObjectObject.toString()public StartSessionRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.