Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.QueryResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : QueryResponseUnmarshaller
return QueryResponseUnmarshaller
        public static QueryResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new QueryResponseUnmarshaller();
          }
          return instance;
        }