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

IsSetLength() public method

Checks if Length property is set
public IsSetLength ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetLength()
        {
            return this.lengthField != null;
        }