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

GetInstance() public static method

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