@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetTokenBalanceInputItem extends Object implements Serializable, Cloneable, StructuredPojo
The container for the input for getting a token balance.
Constructor and Description |
---|
BatchGetTokenBalanceInputItem() |
Modifier and Type | Method and Description |
---|---|
BatchGetTokenBalanceInputItem |
clone() |
boolean |
equals(Object obj) |
BlockchainInstant |
getAtBlockchainInstant() |
OwnerIdentifier |
getOwnerIdentifier() |
TokenIdentifier |
getTokenIdentifier() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAtBlockchainInstant(BlockchainInstant atBlockchainInstant) |
void |
setOwnerIdentifier(OwnerIdentifier ownerIdentifier) |
void |
setTokenIdentifier(TokenIdentifier tokenIdentifier) |
String |
toString()
Returns a string representation of this object.
|
BatchGetTokenBalanceInputItem |
withAtBlockchainInstant(BlockchainInstant atBlockchainInstant) |
BatchGetTokenBalanceInputItem |
withOwnerIdentifier(OwnerIdentifier ownerIdentifier) |
BatchGetTokenBalanceInputItem |
withTokenIdentifier(TokenIdentifier tokenIdentifier) |
public void setTokenIdentifier(TokenIdentifier tokenIdentifier)
tokenIdentifier
- public TokenIdentifier getTokenIdentifier()
public BatchGetTokenBalanceInputItem withTokenIdentifier(TokenIdentifier tokenIdentifier)
tokenIdentifier
- public void setOwnerIdentifier(OwnerIdentifier ownerIdentifier)
ownerIdentifier
- public OwnerIdentifier getOwnerIdentifier()
public BatchGetTokenBalanceInputItem withOwnerIdentifier(OwnerIdentifier ownerIdentifier)
ownerIdentifier
- public void setAtBlockchainInstant(BlockchainInstant atBlockchainInstant)
atBlockchainInstant
- public BlockchainInstant getAtBlockchainInstant()
public BatchGetTokenBalanceInputItem withAtBlockchainInstant(BlockchainInstant atBlockchainInstant)
atBlockchainInstant
- public String toString()
toString
in class Object
Object.toString()
public BatchGetTokenBalanceInputItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.