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

GetInstance() public static method

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