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

GetInstance() public static method

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