Amazon.Batch.Model.ContainerOverrides.IsSetCommand C# (CSharp) 메소드

IsSetCommand() 개인적인 메소드

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