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

WithCurrencyCode() public method

Sets the CurrencyCode property
public WithCurrencyCode ( String currencyCode ) : Price
currencyCode String CurrencyCode property
return Price
        public Price WithCurrencyCode(String currencyCode)
        {
            this.currencyCodeField = currencyCode;
            return this;
        }