Amazon.DynamoDBv2.Model.GetItemRequest.IsSetAttributesToGet C# (CSharp) 메소드

IsSetAttributesToGet() 개인적인 메소드

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