Amazon.SimpleEmail.Model.Internal.MarshallTransformations.SetIdentityNotificationTopicResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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