Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.ListSubscriptionsByTopicResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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