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

GetInstance() public static method

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