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

GetInstance() public static méthode

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