Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteNotificationConfigurationResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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