Amazon.DataPipeline.Model.Internal.MarshallTransformations.SetStatusResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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