@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccessorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAccessorResult() |
Modifier and Type | Method and Description |
---|---|
CreateAccessorResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccessorId()
The unique identifier of the accessor.
|
String |
getBillingToken()
The billing token is a property of the Accessor.
|
int |
hashCode() |
void |
setAccessorId(String accessorId)
The unique identifier of the accessor.
|
void |
setBillingToken(String billingToken)
The billing token is a property of the Accessor.
|
String |
toString()
Returns a string representation of this object.
|
CreateAccessorResult |
withAccessorId(String accessorId)
The unique identifier of the accessor.
|
CreateAccessorResult |
withBillingToken(String billingToken)
The billing token is a property of the Accessor.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccessorId(String accessorId)
The unique identifier of the accessor.
accessorId
- The unique identifier of the accessor.public String getAccessorId()
The unique identifier of the accessor.
public CreateAccessorResult withAccessorId(String accessorId)
The unique identifier of the accessor.
accessorId
- The unique identifier of the accessor.public void setBillingToken(String billingToken)
The billing token is a property of the Accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes.
billingToken
- The billing token is a property of the Accessor. Use this token to make Ethereum API calls to your
Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests
made to your Ethereum nodes.public String getBillingToken()
The billing token is a property of the Accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes.
public CreateAccessorResult withBillingToken(String billingToken)
The billing token is a property of the Accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes.
billingToken
- The billing token is a property of the Accessor. Use this token to make Ethereum API calls to your
Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests
made to your Ethereum nodes.public String toString()
toString
in class Object
Object.toString()
public CreateAccessorResult clone()