Amazon.DataPipeline.Model.Internal.MarshallTransformations.SetStatusResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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