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

IsSetFormattedPrice() public method

Checks if FormattedPrice property is set
public IsSetFormattedPrice ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetFormattedPrice()
        {
            return  this.formattedPriceField != null;
        }