Amazon.RDS.Model.Internal.MarshallTransformations.RemoveSourceIdentifierFromSubscriptionResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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