Amazon.ECS.Model.Creator.IsSetRole C# (CSharp) Method

IsSetRole() public method

Checks if Role property is set
public IsSetRole ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetRole()
        {
            return this.roleField  != null;
        }