Amazon.ECS.Model.PackageDimensions.IsSetWeight C# (CSharp) Method

IsSetWeight() public method

Checks if Weight property is set
public IsSetWeight ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetWeight()
        {
            return this.weightField != null;
        }