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

GetInstance() 공개 정적인 메소드

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