Amazon.ECS.Model.Promotion.IsSetDetails C# (CSharp) Method

IsSetDetails() public method

Checks if Details property is set
public IsSetDetails ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetDetails()
        {
            return this.detailsField != null;
        }