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

GetInstance() public static method

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