Struct aws_sdk_managedblockchainquery::operation::get_asset_contract::builders::GetAssetContractFluentBuilder
source · pub struct GetAssetContractFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetAssetContract
.
Gets the information about a specific contract deployed on the blockchain.
-
The Bitcoin blockchain networks do not support this operation.
-
Metadata is currently only available for some
ERC-20
contracts. Metadata will be available for additional contracts in the future.
Implementations§
source§impl GetAssetContractFluentBuilder
impl GetAssetContractFluentBuilder
sourcepub fn as_input(&self) -> &GetAssetContractInputBuilder
pub fn as_input(&self) -> &GetAssetContractInputBuilder
Access the GetAssetContract as a reference.
sourcepub async fn send(
self
) -> Result<GetAssetContractOutput, SdkError<GetAssetContractError, HttpResponse>>
pub async fn send( self ) -> Result<GetAssetContractOutput, SdkError<GetAssetContractError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetAssetContractOutput, GetAssetContractError, Self>
pub fn customize( self ) -> CustomizableOperation<GetAssetContractOutput, GetAssetContractError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn contract_identifier(self, input: ContractIdentifier) -> Self
pub fn contract_identifier(self, input: ContractIdentifier) -> Self
Contains the blockchain address and network information about the contract.
sourcepub fn set_contract_identifier(self, input: Option<ContractIdentifier>) -> Self
pub fn set_contract_identifier(self, input: Option<ContractIdentifier>) -> Self
Contains the blockchain address and network information about the contract.
sourcepub fn get_contract_identifier(&self) -> &Option<ContractIdentifier>
pub fn get_contract_identifier(&self) -> &Option<ContractIdentifier>
Contains the blockchain address and network information about the contract.
Trait Implementations§
source§impl Clone for GetAssetContractFluentBuilder
impl Clone for GetAssetContractFluentBuilder
source§fn clone(&self) -> GetAssetContractFluentBuilder
fn clone(&self) -> GetAssetContractFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more