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

GetInstance() public static method

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