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

GetInstance() public static method

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