Amazon.ECS.Model.ItemAttributes.IsSetOperatingSystem C# (CSharp) Method

IsSetOperatingSystem() public method

Checks if OperatingSystem property is set
public IsSetOperatingSystem ( ) : Boolean
return Boolean
        public Boolean IsSetOperatingSystem()
        {
            return  this.operatingSystemField != null;
        }
ItemAttributes