Amazon.ECS.Model.Price.WithAmount C# (CSharp) Method

WithAmount() public method

Sets the Amount property
public WithAmount ( Decimal amount ) : Price
amount Decimal Amount property
return Price
        public Price WithAmount(Decimal amount)
        {
            this.amountField = amount;
            return this;
        }