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

GetInstance() public static method

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