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

GetInstance() public static method

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