Amazon.Batch.Model.ContainerOverrides.IsSetCommand C# (CSharp) Method

IsSetCommand() private method

private IsSetCommand ( ) : bool
return bool
        internal bool IsSetCommand()
        {
            return this._command != null && this._command.Count > 0; 
        }