@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssetContractRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetAssetContractRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetAssetContractRequest |
clone() |
boolean |
equals(Object obj) |
ContractIdentifier |
getContractIdentifier()
Contains the blockchain address and network information about the contract.
|
int |
hashCode() |
void |
setContractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
|
String |
toString()
Returns a string representation of this object.
|
GetAssetContractRequest |
withContractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setContractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
contractIdentifier - Contains the blockchain address and network information about the contract.public ContractIdentifier getContractIdentifier()
Contains the blockchain address and network information about the contract.
public GetAssetContractRequest withContractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
contractIdentifier - Contains the blockchain address and network information about the contract.public String toString()
toString in class ObjectObject.toString()public GetAssetContractRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.