Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.CreateTableResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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