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

GetInstance() public static method

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