Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.AddTagsResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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