@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.
|
String |
getNetworkType()
The blockchain network that the accessor token is created for.
|
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.
|
void |
setNetworkType(String networkType)
The blockchain network that the accessor token is created for.
|
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.
|
CreateAccessorResult |
withNetworkType(AccessorNetworkType networkType)
The blockchain network that the accessor token is created for.
|
CreateAccessorResult |
withNetworkType(String networkType)
The blockchain network that the accessor token is created for.
|
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 when making calls to the blockchain network. The billing token is used to track your accessor token for billing requests.
billingToken
- The billing token is a property of the Accessor. Use this token to when making calls to the blockchain
network. The billing token is used to track your accessor token for billing requests.public String getBillingToken()
The billing token is a property of the Accessor. Use this token to when making calls to the blockchain network. The billing token is used to track your accessor token for billing requests.
public CreateAccessorResult withBillingToken(String billingToken)
The billing token is a property of the Accessor. Use this token to when making calls to the blockchain network. The billing token is used to track your accessor token for billing requests.
billingToken
- The billing token is a property of the Accessor. Use this token to when making calls to the blockchain
network. The billing token is used to track your accessor token for billing requests.public void setNetworkType(String networkType)
The blockchain network that the accessor token is created for.
networkType
- The blockchain network that the accessor token is created for.AccessorNetworkType
public String getNetworkType()
The blockchain network that the accessor token is created for.
AccessorNetworkType
public CreateAccessorResult withNetworkType(String networkType)
The blockchain network that the accessor token is created for.
networkType
- The blockchain network that the accessor token is created for.AccessorNetworkType
public CreateAccessorResult withNetworkType(AccessorNetworkType networkType)
The blockchain network that the accessor token is created for.
networkType
- The blockchain network that the accessor token is created for.AccessorNetworkType
public String toString()
toString
in class Object
Object.toString()
public CreateAccessorResult clone()