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

GetInstance() 공개 정적인 메소드

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