Amazon.ECS.Model.MerchantItemAttributes.WithChainType C# (CSharp) 메소드

WithChainType() 공개 메소드

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