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

GetInstance() public static méthode

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