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

GetInstance() public static méthode

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