Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.UpdatePipelineStatusResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : UpdatePipelineStatusResponseUnmarshaller
return UpdatePipelineStatusResponseUnmarshaller
        public static UpdatePipelineStatusResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new UpdatePipelineStatusResponseUnmarshaller();
          }
          return instance;
        }