Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.UnsubscribeResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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