Amazon.ECS.Model.MerchantItemAttributes.WithChainType C# (CSharp) Method

WithChainType() public method

Sets the ChainType property
public WithChainType ( String chainType ) : MerchantItemAttributes
chainType String ChainType property
return MerchantItemAttributes
        public MerchantItemAttributes WithChainType(String chainType)
        {
            this.chainTypeField = chainType;
            return this;
        }
MerchantItemAttributes