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

GetInstance() public static method

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