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

GetInstance() public static method

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