Amazon.DataPipeline.Model.Internal.MarshallTransformations.ListPipelinesResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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