Amazon.ECS.Model.ShippingCharge.IsSetShippingPrice C# (CSharp) Method

IsSetShippingPrice() public method

Checks if ShippingPrice property is set
public IsSetShippingPrice ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetShippingPrice()
        {
            return this.shippingPriceField != null;
        }