Amazon.EC2.Model.VolumeStatusInfo.IsSetDetails C# (CSharp) Method

IsSetDetails() private method

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