Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ReadPipelineResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : ReadPipelineResponseUnmarshaller
리턴 ReadPipelineResponseUnmarshaller
        public static ReadPipelineResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new ReadPipelineResponseUnmarshaller();
          }
          return instance;
        }