@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public StartSessionRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.